public class LexerDFAInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
m_dfa |
private Lexer |
m_lexer |
private LexerDoc |
m_lexerDoc |
private static java.util.Comparator<RuleDoc> |
s_ruleComparator |
Modifier | Constructor and Description |
---|---|
private |
LexerDFAInfo(LexerDoc lexerDoc,
Lexer lexer) |
Modifier and Type | Method and Description |
---|---|
int[] |
getAccept() |
boolean |
getBackup() |
int[] |
getBegins() |
boolean |
getBol() |
boolean |
getBolStates() |
int |
getCaseCount() |
RuleDoc[] |
getCases() |
java.lang.Object |
getDfa() |
int[] |
getEcs() |
int |
getEcsGroupCount() |
int |
getEof() |
static LexerDFAInfo |
getLexerDFAInfo(Document doc) |
int |
getMaxSymbol() |
java.lang.String[] |
getStates() |
java.lang.String |
getTable() |
boolean |
getYywrap() |
private static final java.util.Comparator<RuleDoc> s_ruleComparator
private final LexerDoc m_lexerDoc
private final Lexer m_lexer
private java.lang.Object m_dfa
public static LexerDFAInfo getLexerDFAInfo(Document doc)
public int getEof()
public boolean getYywrap()
public int getMaxSymbol()
public boolean getBol()
public boolean getBolStates()
public int[] getAccept()
public int[] getEcs()
public int getEcsGroupCount()
public java.lang.String[] getStates()
public int[] getBegins()
public int getCaseCount()
public boolean getBackup()
public RuleDoc[] getCases()
public java.lang.String getTable()
public java.lang.Object getDfa()