Uses of Enum
jflex.core.Action.Kind
Packages that use Action.Kind
-
Uses of Action.Kind in jflex.core
Fields in jflex.core declared as Action.KindMethods in jflex.core that return Action.KindModifier and TypeMethodDescriptionAction.lookAhead()
Return kind of lookahead.static Action.Kind
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.KindModifier and TypeMethodDescriptionvoid
Action.setLookAction
(Action.Kind kind, int data) Sets the lookahead kind and data for this actionConstructors in jflex.core with parameters of type Action.KindModifierConstructorDescriptionAction
(Action.Kind kind) Creates a new Action object of the specified kind.