C# Class Nett.Parser.Productions.TomlTableProduction

Exibir arquivo Open project: paiden/Nett Class Usage Examples

Public Methods

Method Description
Apply ( TokenBuffer tokens ) : IList
TryApply ( TokenBuffer tokens ) : IList

Method Details

Apply() public static method

public static Apply ( TokenBuffer tokens ) : IList
tokens TokenBuffer
return IList

TryApply() public static method

public static TryApply ( TokenBuffer tokens ) : IList
tokens TokenBuffer
return IList