Package | Description |
---|---|
jflex |
Modifier and Type | Method and Description |
---|---|
Action |
Action.copyChoice(int length) |
Action |
RegExps.getAction(int num) |
Action |
EOFActions.getAction(int state) |
Action |
EOFActions.getDefault() |
Action |
Action.getHigherPriority(Action other)
Compares the priority value of this Action with the specified action.
|
Modifier and Type | Method and Description |
---|---|
void |
EOFActions.add(Integer state,
Action action) |
void |
EOFActions.add(List<Integer> stateList,
Action action) |
Action |
Action.getHigherPriority(Action other)
Compares the priority value of this Action with the specified action.
|
int |
RegExps.insert(int line,
List<Integer> stateList,
RegExp regExp,
Action action,
Boolean isBOL,
RegExp lookAhead) |
int |
RegExps.insert(List<Integer> stateList,
Action action) |
boolean |
Action.isEquiv(Action a)
Returns
true iff the parameter is an
Action with the same content as this one. |
void |
DFA.setAction(int state,
Action stateAction) |
Copyright © 1998–2016. All rights reserved.