Uses of Enum
org.apache.felix.gogo.runtime.Tokenizer.Type
Packages that use Tokenizer.Type
-
Uses of Tokenizer.Type in org.apache.felix.gogo.runtime
Methods in org.apache.felix.gogo.runtime that return Tokenizer.TypeModifier and TypeMethodDescriptionTokenizer.next()
Tokenizer.type()
static Tokenizer.Type
Returns the enum constant of this type with the specified name.static Tokenizer.Type[]
Tokenizer.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.felix.gogo.runtime with parameters of type Tokenizer.TypeModifierConstructorDescriptionToken
(Tokenizer.Type type, CharSequence value, short line, short column)