Свойство | Type | Description | |
---|---|---|---|
Escapes | StringDictionary | ||
Firsts | StringSet | ||
FreeTextOptions | FreeTextOptions | ||
Terminators | StringSet |
Méthode | Description | |
---|---|---|
FreeTextLiteral ( string name ) : System | ||
FreeTextLiteral ( string name, FreeTextOptions freeTextOptions ) : System | ||
GetFirsts ( ) : IList |
||
Init ( Irony.Parsing.GrammarData grammarData ) : void | ||
TryMatch ( |
Méthode | Description | |
---|---|---|
CheckEscape ( ISourceStream source, string &tokenText ) : bool | ||
CheckTerminators ( ISourceStream source, string &tokenText ) : bool | ||
IsSet ( FreeTextOptions option ) : bool |
public FreeTextLiteral ( string name ) : System | ||
name | string | |
Résultat | System |
public FreeTextLiteral ( string name, FreeTextOptions freeTextOptions ) : System | ||
name | string | |
freeTextOptions | FreeTextOptions | |
Résultat | System |
public Init ( Irony.Parsing.GrammarData grammarData ) : void | ||
grammarData | Irony.Parsing.GrammarData | |
Résultat | void |
public TryMatch ( |
||
context | ||
source | ISourceStream | |
Résultat | Token |