Package | Description |
---|---|
jflex |
Modifier and Type | Method and Description |
---|---|
Action |
Action.copyChoice(int length)
copyChoice.
|
Action |
RegExps.getAction(int num)
getAction.
|
Action |
EOFActions.getAction(int state)
getAction.
|
Action |
EOFActions.getDefault()
Returns the default action.
|
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)
Add.
|
void |
EOFActions.add(List<Integer> stateList,
Action action)
Add.
|
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)
insert.
|
int |
RegExps.insert(List<Integer> stateList,
Action action)
insert.
|
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)
Sets the action.
|
Copyright © 1998–2020. All rights reserved.