Uses of Class
jflex.Action
Packages that use Action
-
Uses of Action in jflex
Modifier and TypeFieldDescription(package private) Action[]
DFA.action
action[state]
is the action that is to be carried out in statestate
,null
if there is no action.(package private) Action[]
NFA.action
action[current_state]: the action associated with the state current_state (null, if there is no action for the state)private Action
EOFActions.defaultAction
Modifier and TypeFieldDescriptionEOFActions.actions
maps lexical states to actionsLexScan.actions
RegExps.actions
the action of a regexpEmitter.actionTable
maps actions to their switch labelDFA.usedActions
all actions that are used in this DFADFA.usedActions
all actions that are used in this DFAModifier and TypeMethodDescriptionAction.copyChoice
(int length) copyChoice.EOFActions.getAction
(int state) getAction.private Action
Returns the action with highest priority in the specified set of states.RegExps.getAction
(int num) getAction.EOFActions.getDefault()
Returns the default action.Action.getHigherPriority
(Action other) Compares the priority value of this Action with the specified action.Modifier and TypeMethodDescriptionvoid
Add.void
Add.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
insert.private void
NFA.insertLookAheadChoices
(int baseEnd, Action a, RegExp lookAhead) Insert NFAs for the (finitely many) fixed length lookahead choices.boolean
Returnstrue
iff the parameter is an Action with the same content as this one.void
Sets the action.