Package | Description |
---|---|
com.espertech.esper.common.internal.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Field and Description |
---|---|
protected ClassDescriptorTokenType |
ClassDescriptorTokenInfo.token |
protected ClassDescriptorTokenType |
ClassDescriptorToken.token |
Modifier and Type | Method and Description |
---|---|
static ClassDescriptorTokenType |
ClassDescriptorTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassDescriptorTokenType[] |
ClassDescriptorTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptorTokenizer.add(String pattern,
ClassDescriptorTokenType token) |
Constructor and Description |
---|
ClassDescriptorToken(ClassDescriptorTokenType token,
String sequence) |
ClassDescriptorTokenInfo(Pattern regex,
ClassDescriptorTokenType token) |
Copyright © 2005–2022. All rights reserved.