메소드 |
설명 |
|
AppendContext ( PredictionContext context, PredictionContextCache contextCache ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
AppendContext ( int context, PredictionContextCache contextCache ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
Clone ( ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
Contains ( Antlr4 subconfig ) : bool |
|
|
Create ( ATNState state, int alt, PredictionContext context ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
Create ( ATNState state, int alt, PredictionContext context, Antlr4 semanticContext ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
Create ( ATNState state, int alt, PredictionContext context, Antlr4 semanticContext, LexerActionExecutor lexerActionExecutor ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
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 ( ATNState state, Antlr4 semanticContext, bool checkNonGreedy ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
Transform ( ATNState state, LexerActionExecutor lexerActionExecutor, bool checkNonGreedy ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
Transform ( ATNState state, PredictionContext context, bool checkNonGreedy ) : Antlr4.Runtime.Atn.ATNConfig |
|
|
Transform ( ATNState state, bool checkNonGreedy ) : Antlr4.Runtime.Atn.ATNConfig |
|
|