public class EOFActions
extends java.lang.Object
Constructor and Description |
---|
EOFActions() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Integer state,
Action action) |
void |
add(java.util.Vector stateList,
Action action) |
Action |
getAction(int state) |
Action |
getDefault() |
boolean |
isEOFAction(java.lang.Object a) |
int |
numActions() |
void |
setNumLexStates(int num) |
public void setNumLexStates(int num)
public void add(java.util.Vector stateList, Action action)
public void add(java.lang.Integer state, Action action)
public boolean isEOFAction(java.lang.Object a)
public Action getAction(int state)
public Action getDefault()
public int numActions()