Property | Type | Description | |
---|---|---|---|
Escapes | StringDictionary | ||
Firsts | StringSet | ||
FreeTextOptions | FreeTextOptions | ||
Terminators | StringSet |
Method | Description | |
---|---|---|
FreeTextLiteral ( string name ) : System | ||
FreeTextLiteral ( string name, FreeTextOptions freeTextOptions ) : System | ||
GetFirsts ( ) : IList |
||
Init ( Irony.Parsing.GrammarData grammarData ) : void | ||
TryMatch ( |
Method | Description | |
---|---|---|
CheckEscape ( ISourceStream source, string &tokenText ) : bool | ||
CheckTerminators ( ISourceStream source, string &tokenText ) : bool | ||
IsSet ( FreeTextOptions option ) : bool |
public FreeTextLiteral ( string name ) : System | ||
name | string | |
return | System |
public FreeTextLiteral ( string name, FreeTextOptions freeTextOptions ) : System | ||
name | string | |
freeTextOptions | FreeTextOptions | |
return | System |
public Init ( Irony.Parsing.GrammarData grammarData ) : void | ||
grammarData | Irony.Parsing.GrammarData | |
return | void |
public TryMatch ( |
||
context | ||
source | ISourceStream | |
return | Token |