public final class DFAState extends Object
Modifier and Type | Method and Description |
---|---|
void |
calcNext(PrefixedName[] tokenNames,
BitSet[] tokenFPs,
List stateList,
Map stateMap) |
static DFAState |
constructDFA(ContentSpec rootSpec) |
DFAState |
findNext(PrefixedName elemName) |
int |
getIndex() |
TreeSet |
getNextNames() |
boolean |
isAcceptingState() |
String |
toString() |
public DFAState(int index, BitSet tokenSet)
public static DFAState constructDFA(ContentSpec rootSpec)
public boolean isAcceptingState()
public int getIndex()
public DFAState findNext(PrefixedName elemName)
public TreeSet getNextNames()
public void calcNext(PrefixedName[] tokenNames, BitSet[] tokenFPs, List stateList, Map stateMap)
Copyright © 2015 Codehaus. All Rights Reserved.