C# Class Nett.Parser.Productions.InlineTableProduction

ファイルを表示 Open project: paiden/Nett Class Usage Examples

Public Methods

Method Description
Apply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable
TryApply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable

Method Details

Apply() public static method

public static Apply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable
root ITomlRoot
tokens TokenBuffer
return TomlTable

TryApply() public static method

public static TryApply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable
root ITomlRoot
tokens TokenBuffer
return TomlTable