Property | Type | Description | |
---|---|---|---|
COMMON_CONSTANTS | int>.IDictionary |
Property | Type | Description | |
---|---|---|---|
actionToIndexMap | int>.IDictionary | ||
indexToActionMap | ILexerAction>.IDictionary |
Method | Description | |
---|---|---|
Action ( |
||
Action ( string action ) : |
||
CharSetLiteral ( |
||
CreateATN ( ) : |
||
GetCommonConstants ( ) : ICollection |
||
GetSetFromCharSetLiteral ( |
||
LexerATNFactory ( |
||
LexerAltCommands ( |
||
LexerCallCommand ( |
||
LexerCommand ( |
||
Range ( |
||
Rule ( |
||
Set ( |
||
StringLiteral ( |
||
TokenRef ( |
Method | Description | |
---|---|---|
Action ( |
||
CheckRange ( |
||
CheckSetCollision ( |
||
CheckSetCollision ( |
||
GetLexerActionIndex ( ILexerAction lexerAction ) : int |
Method | Description | |
---|---|---|
CheckCommands ( string command, Antlr.Runtime.IToken commandToken ) : void | ||
CreateLexerAction ( [ ID, [ arg ) : ILexerAction | ||
GetChannelConstantValue ( [ channelName, [ token ) : int? | ||
GetModeConstantValue ( [ modeName, [ token ) : int? | ||
GetTokenConstantValue ( [ tokenName, [ token ) : int? |
public Action ( |
||
action | ||
return |
protected Action ( |
||
node | ||
lexerAction | ILexerAction | |
return |
public CharSetLiteral ( |
||
charSetAST | ||
return |
protected CheckRange ( |
||
leftNode | ||
rightNode | ||
leftValue | int | |
rightValue | int | |
return | bool |
protected CheckSetCollision ( |
||
ast | ||
set | Antlr4.Runtime.Misc.IntervalSet | |
el | int | |
return | void |
protected CheckSetCollision ( |
||
ast | ||
set | Antlr4.Runtime.Misc.IntervalSet | |
a | int | |
b | int | |
return | void |
public static GetCommonConstants ( ) : ICollection |
||
return | ICollection |
protected GetLexerActionIndex ( ILexerAction lexerAction ) : int | ||
lexerAction | ILexerAction | |
return | int |
public GetSetFromCharSetLiteral ( |
||
charSetAST | ||
return | Antlr4.Runtime.Misc.IntervalSet |
public LexerATNFactory ( |
||
g | ||
return | System.Collections.Generic |
public LexerAltCommands ( |
||
alt | ||
cmds | ||
return |
public LexerCallCommand ( |
||
ID | ||
arg | ||
return |
public LexerCommand ( |
||
ID | ||
return |
public Range ( |
||
a | ||
b | ||
return |
public Rule ( |
||
ruleAST | ||
name | string | |
blk | ||
return |
public Set ( |
||
associatedAST | ||
alts | IList |
|
invert | bool | |
return |
public StringLiteral ( |
||
stringLiteralAST | ||
return |
public TokenRef ( |
||
node | ||
return |
public static IDictionary |
||
return | int>.IDictionary |