Method | Description | |
---|---|---|
AppendContext ( PredictionContext context, |
||
AppendContext ( int context, |
||
Clone ( ) : Antlr4.Runtime.Atn.ATNConfig | ||
Contains ( Antlr4 subconfig ) : bool | ||
Create ( |
||
Create ( |
||
Create ( |
||
Equals ( Antlr4 other ) : bool | ||
Equals ( object o ) : bool |
An ATN configuration is equal to another if both have the same state, they predict the same alternative, and syntactic/semantic contexts are the same.
|
|
GetHashCode ( ) : int | ||
ToDotString ( ) : string | ||
ToString ( ) : string | ||
ToString ( IRecognizer recog, bool showAlt ) : string | ||
ToString ( IRecognizer recog, bool showAlt, bool showContext ) : string | ||
Transform ( |
||
Transform ( |
||
Transform ( |
||
Transform ( |
Method | Description | |
---|---|---|
ATNConfig ( |
||
ATNConfig ( Antlr4 c, |
Method | Description | |
---|---|---|
CheckNonGreedyDecision ( Antlr4 source, |
||
Transform ( |
protected ATNConfig ( |
||
state | ||
alt | int | |
context | PredictionContext | |
return | System |
protected ATNConfig ( Antlr4 c, |
||
c | Antlr4 | |
state | ||
context | PredictionContext | |
return | System |
public AppendContext ( PredictionContext context, |
||
context | PredictionContext | |
contextCache | ||
return | Antlr4.Runtime.Atn.ATNConfig |
public AppendContext ( int context, |
||
context | int | |
contextCache | ||
return | Antlr4.Runtime.Atn.ATNConfig |
public Clone ( ) : Antlr4.Runtime.Atn.ATNConfig | ||
return | Antlr4.Runtime.Atn.ATNConfig |
public static Create ( |
||
state | ||
alt | int | |
context | PredictionContext | |
return | Antlr4.Runtime.Atn.ATNConfig |
public static Create ( |
||
state | ||
alt | int | |
context | PredictionContext | |
semanticContext | Antlr4 | |
return | Antlr4.Runtime.Atn.ATNConfig |
public static Create ( |
||
state | ||
alt | int | |
context | PredictionContext | |
semanticContext | Antlr4 | |
lexerActionExecutor | ||
return | Antlr4.Runtime.Atn.ATNConfig |
public ToString ( IRecognizer recog, bool showAlt ) : string | ||
recog | IRecognizer | |
showAlt | bool | |
return | string |
public ToString ( IRecognizer recog, bool showAlt, bool showContext ) : string | ||
recog | IRecognizer | |
showAlt | bool | |
showContext | bool | |
return | string |
public Transform ( |
||
state | ||
semanticContext | Antlr4 | |
checkNonGreedy | bool | |
return | Antlr4.Runtime.Atn.ATNConfig |
public Transform ( |
||
state | ||
lexerActionExecutor | ||
checkNonGreedy | bool | |
return | Antlr4.Runtime.Atn.ATNConfig |
public Transform ( |
||
state | ||
context | PredictionContext | |
checkNonGreedy | bool | |
return | Antlr4.Runtime.Atn.ATNConfig |
public Transform ( |
||
state | ||
checkNonGreedy | bool | |
return | Antlr4.Runtime.Atn.ATNConfig |