Uses of Class
jflex.core.Action
Packages that use Action
-
Uses of Action in jflex.core
Fields in jflex.core declared as ActionModifier and TypeFieldDescriptionprivate 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
Fields in jflex.core with type parameters of type ActionModifier and TypeFieldDescriptionAbstractLexScan.actions
EOFActions.actions
maps lexical states to actionsRegExps.actions
the action of a regexpMethods in jflex.core that return ActionModifier and TypeMethodDescriptionAction.copyChoice
(int length) copyChoice.EOFActions.getAction
(int state) getAction.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.Methods in jflex.core that return types with arguments of type ActionMethods in jflex.core with parameters of type ActionModifier 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. -
Uses of Action in jflex.dfa
Modifier and TypeFieldDescriptionprivate Action[]
DFA.action
action[state]
is the action that is to be carried out in statestate
,null
if there is no action.Modifier and TypeFieldDescriptionDFA.usedActions
all actions that are used in this DFADFA.usedActions
all actions that are used in this DFA -
Uses of Action in jflex.generator
Fields in jflex.generator with type parameters of type Action