C# 클래스 Nett.Parser.Productions.ExpressionsProduction

파일 보기 프로젝트 열기: paiden/Nett

공개 메소드들

메소드 설명
TryApply ( TomlTable current, TomlTable root, TokenBuffer tokens ) : TomlTable

비공개 메소드들

메소드 설명
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

메소드 상세

TryApply() 공개 정적인 메소드

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