C# Class MySql.Parser.MySQL51Lexer.DFA18
Exibir arquivo
Open project: Top-Cat/SteamBot
Public Methods
Method |
Description |
|
DFA18 ( BaseRecognizer recognizer, SpecialStateTransitionHandler specialStateTransition ) : System.Collections.Generic |
|
|
Error ( NoViableAltException nvae ) : void |
|
|
Private Methods
Method |
Description |
|
DFA18 ( ) : System.Collections.Generic |
|
|
Method Details
public DFA18 ( BaseRecognizer recognizer, SpecialStateTransitionHandler specialStateTransition ) : System.Collections.Generic |
recognizer |
Antlr.Runtime.BaseRecognizer |
|
specialStateTransition |
SpecialStateTransitionHandler |
|
return |
System.Collections.Generic |
|
public Error ( NoViableAltException nvae ) : void |
nvae |
Antlr.Runtime.NoViableAltException |
|
return |
void |
|