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 TypeMethodDescriptionvoidAdd.voidAdd.Action.getHigherPriority(Action other) Compares the priority value of this Action with the specified action.intRegExps.insert(int line, List<Integer> stateList, RegExp regExp, Action action, Boolean isBOL, RegExp lookAhead) insert.intinsert.booleanReturnstrueiff the parameter is an Action with the same content as this one. -
Uses of Action in jflex.dfa