Package org.sqlproc.engine.impl
Class SqlProcessorLexer.DFA12
- java.lang.Object
-
- org.antlr.runtime.DFA
-
- org.sqlproc.engine.impl.SqlProcessorLexer.DFA12
-
- Enclosing class:
- SqlProcessorLexer
protected class SqlProcessorLexer.DFA12 extends org.antlr.runtime.DFA
-
-
Constructor Summary
Constructors Constructor Description DFA12(org.antlr.runtime.BaseRecognizer recognizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()intspecialStateTransition(int s, org.antlr.runtime.IntStream _input)
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classorg.antlr.runtime.DFA
-
specialStateTransition
public int specialStateTransition(int s, org.antlr.runtime.IntStream _input) throws org.antlr.runtime.NoViableAltException- Overrides:
specialStateTransitionin classorg.antlr.runtime.DFA- Throws:
org.antlr.runtime.NoViableAltException
-
-