| Package | Description |
|---|---|
| com.stimulsoft.base |
| Modifier and Type | Field and Description |
|---|---|
StiTokenType |
StiToken.type
Gets or sets value indicates the type of token.
|
| Modifier and Type | Method and Description |
|---|---|
static StiTokenType |
StiTokenType.forValue(int value) |
static StiTokenType |
StiTokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiTokenType[] |
StiTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiLexer.replaceWithNotEqualPrefix(StiTokenType prefix,
java.lang.String oldValue,
java.lang.String newValue)
Replaces all occurrences of a specified String, with another specified String.
|
| Constructor and Description |
|---|
StiToken(StiTokenType type)
Create a new instance StiToken.
|
StiToken(StiTokenType type,
int index,
int length)
Creates a new object of the type StiToken.
|
StiToken(StiTokenType type,
int index,
int length,
char charValue)
Creates a new object of the type StiToken.
|
StiToken(StiTokenType type,
int index,
int length,
java.lang.Object obj)
Creates an object of the type StiToken that contains an object.
|
StiToken(StiTokenType type,
int index,
int length,
java.lang.String stringValue)
Creates an object of the type StiToken that contains the value of the string.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.