Package | Description |
---|---|
org.apache.felix.gogo.runtime |
Modifier and Type | Method and Description |
---|---|
Tokenizer.Type |
Tokenizer.next() |
Tokenizer.Type |
Tokenizer.type() |
static Tokenizer.Type |
Tokenizer.Type.valueOf(String name)
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.
|
Constructor and Description |
---|
Token(Tokenizer.Type type,
CharSequence value,
short line,
short column) |
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.