public class ExpressionToken extends Object
| Constructor and Description |
|---|
ExpressionToken(String value,
int index)
Constructs the ExpressionToken
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the value of index.
|
String |
getValue()
Gets the value of value.
|
String |
toString() |
public ExpressionToken(String value, int index)
value - index - public int getIndex()
public String getValue()
public String toString()
toString in class ObjectObject.toString()