Uses of Class
jflex.core.Action
-
Packages that use Action Package Description jflex.core jflex.dfa -
-
Uses of Action in jflex.core
Methods in jflex.core that return Action Modifier and Type Method Description ActionAction. copyChoice(int length)copyChoice.ActionEOFActions. getAction(int state)getAction.ActionNFA. getAction(StateSet set)Returns the action with highest priority in the specified set of states.ActionRegExps. getAction(int num)getAction.ActionEOFActions. getDefault()Returns the default action.ActionAction. 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 Action Modifier and Type Method Description Iterable<Action>AbstractLexScan. actions()Methods in jflex.core with parameters of type Action Modifier and Type Method Description voidEOFActions. add(Integer state, Action action)Add.voidEOFActions. add(List<Integer> stateList, Action action)Add.ActionAction. 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.intRegExps. insert(List<Integer> stateList, Action action)insert.booleanAction. isEquiv(Action a)Returnstrueiff the parameter is an Action with the same content as this one. -
Uses of Action in jflex.dfa
Methods in jflex.dfa that return Action Modifier and Type Method Description ActionDFA. action(int i)Methods in jflex.dfa with parameters of type Action Modifier and Type Method Description voidDFA. setAction(int state, Action stateAction)Sets the action.
-