프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Escapes | StringDictionary | ||
Firsts | StringSet | ||
FreeTextOptions | FreeTextOptions | ||
Terminators | StringSet |
메소드 | 설명 | |
---|---|---|
FreeTextLiteral ( string name ) : System | ||
FreeTextLiteral ( string name, FreeTextOptions freeTextOptions ) : System | ||
GetFirsts ( ) : IList |
||
Init ( Irony.Parsing.GrammarData grammarData ) : void | ||
TryMatch ( |
메소드 | 설명 | |
---|---|---|
CheckEscape ( ISourceStream source, string &tokenText ) : bool | ||
CheckTerminators ( ISourceStream source, string &tokenText ) : bool | ||
IsSet ( FreeTextOptions option ) : bool |
public FreeTextLiteral ( string name, FreeTextOptions freeTextOptions ) : System | ||
name | string | |
freeTextOptions | FreeTextOptions | |
리턴 | System |
public Init ( Irony.Parsing.GrammarData grammarData ) : void | ||
grammarData | Irony.Parsing.GrammarData | |
리턴 | void |
public TryMatch ( |
||
context | ||
source | ISourceStream | |
리턴 | Token |