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.actionaction[current_state]: the action associated with the state current_state (null, if there is no action for the state)private ActionEOFActions.defaultActionFields in jflex.core with type parameters of type ActionModifier and TypeFieldDescriptionAbstractLexScan.actionsEOFActions.actionsmaps lexical states to actionsRegExps.actionsthe 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 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.private voidNFA.insertLookAheadChoices(int baseEnd, Action a, RegExp lookAhead) Insert NFAs for the (finitely many) fixed length lookahead choices.booleanReturnstrueiff the parameter is an Action with the same content as this one. -
Uses of Action in jflex.dfa
Modifier and TypeFieldDescriptionprivate Action[]DFA.actionaction[state]is the action that is to be carried out in statestate,nullif there is no action.Modifier and TypeFieldDescriptionDFA.usedActionsall actions that are used in this DFADFA.usedActionsall actions that are used in this DFA -
Uses of Action in jflex.generator
Fields in jflex.generator with type parameters of type Action