Package | Description |
---|---|
org.sablecc.sablecc |
Modifier and Type | Field and Description |
---|---|
private IntSet[] |
DFA.eclosures |
IntSet |
DFA.State.nfaStates |
private IntSet |
SymbolSet.nonterminals |
private IntSet |
SymbolSet.terminals |
Modifier and Type | Method and Description |
---|---|
private IntSet |
DFA.eclosure(int state) |
private IntSet |
DFA.eclosure(IntSet nfaStates) |
Modifier and Type | Method and Description |
---|---|
void |
IntSet.and(IntSet set) |
private void |
DFA.eclosure(int state,
IntSet nfaStates) |
private IntSet |
DFA.eclosure(IntSet nfaStates) |
void |
IntSet.or(IntSet set) |
void |
IntSet.xor(IntSet set) |
Constructor and Description |
---|
DFA.State(IntSet nfaStates) |
IntSet(IntSet set) |
Copyright © 1997-2013 Sablecc. All Rights Reserved.