|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.StiToken
public class StiToken
Copyright Stimulsoft
| Field Summary | |
|---|---|
java.lang.Object |
data
Gets or sets Value of the identifier. |
int |
index
Gets or sets value indicates the beginning of token in text. |
int |
length
Gets or sets value indicates the length of token. |
StiTokenType |
type
Gets or sets value indicates the type of token. |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int index
public int length
public StiTokenType type
public java.lang.Object data
| Constructor Detail |
|---|
public StiToken(StiTokenType type)
type - Type Token.
public StiToken(StiTokenType type,
int index,
int length)
type - Type Token.index - The Beginning Token in text.length - The Length Token.
public StiToken(StiTokenType type,
int index,
int length,
char charValue)
type - Type Token.index - The Beginning Token in text.length - The Length Token.charValue - Char for initializing
public StiToken(StiTokenType type,
int index,
int length,
java.lang.String stringValue)
type - Type Token.index - The Beginning Token in text.length - The Length Token.stringValue - String for initializing.
public StiToken(StiTokenType type,
int index,
int length,
java.lang.Object obj)
type - Type Tokenindex - The Beginning Token in text.length - The Length Token.obj - Object for initializing.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||