Uses of Class
jflex.core.Action
Packages that use Action
-
Uses of Action in jflex.core
Methods 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.boolean
Returnstrue
iff the parameter is an Action with the same content as this one. -
Uses of Action in jflex.dfa