Uses of Class
jflex.core.Action.Kind
-
Packages that use Action.Kind Package Description jflex.core -
-
Uses of Action.Kind in jflex.core
Fields in jflex.core declared as Action.Kind Modifier and Type Field Description private Action.Kind
Action. kind
Which kind of action this is.Methods in jflex.core that return Action.Kind Modifier and Type Method Description Action.Kind
Action. lookAhead()
Return kind of lookahead.static Action.Kind
Action.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Action.Kind[]
Action.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jflex.core with parameters of type Action.Kind Modifier and Type Method Description void
Action. setLookAction(Action.Kind kind, int data)
Sets the lookahead kind and data for this actionConstructors in jflex.core with parameters of type Action.Kind Constructor Description Action(Action.Kind kind)
Creates a new Action object of the specified kind.
-