Uses of Class
jflex.Action
Packages that use Action
-
Uses of Action in jflex
Modifier and TypeFieldDescription(package private) Action[]DFA.actionaction[state]is the action that is to be carried out in statestate,nullif there is no action.(package private) Action[]NFA.actionaction[current_state]: the action associated with the state current_state (null, if there is no action for the state)private ActionEOFActions.defaultActionModifier and TypeFieldDescriptionEOFActions.actionsmaps lexical states to actionsLexScan.actionsRegExps.actionsthe action of a regexpEmitter.actionTablemaps actions to their switch labelDFA.usedActionsall actions that are used in this DFADFA.usedActionsall actions that are used in this DFAModifier and TypeMethodDescriptionAction.copyChoice(int length) copyChoice.EOFActions.getAction(int state) getAction.private ActionReturns 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 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.voidSets the action.