C# Class Nett.Parser.Productions.ExpressionsProduction

Exibir arquivo Open project: paiden/Nett

Public Methods

Method Description
TryApply ( TomlTable current, TomlTable root, TokenBuffer tokens ) : TomlTable

Private Methods

Method Description
GetExistinOrCreateAndAdd ( TomlTable tbl, string key, TomlTable>.Func createNewItem ) : TomlTable
GetExistingOrCreateAndAdd ( TomlTable target, string name, Token errorPosition ) : TomlTableArray
GetExistingOrCreateAndAddTable ( TomlTable tbl, string key ) : TomlTable
GetExistingOrCreateAndAddTableArray ( TomlTable tbl, string key ) : TomlTable
GetTargetTable ( TomlTable root, IList keyChain, CreateImplicitelyType ct ) : TomlTable
TryGetTableEntry ( TomlObject obj ) : TomlTable

Method Details

TryApply() public static method

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