public interface ExpressionToken
Modifier and Type | Method and Description |
---|---|
TokenConstants |
getType()
This method returns the type of the token which is a TokenConstant
|
java.lang.String |
getValue()
This method returns the value of the token
|
void |
setType(TokenConstants tokenConstant)
This method is used to set the type for a token
|
void |
setValue(java.lang.String value)
This method is used to set the value for a token as string
|
TokenConstants getType()
java.lang.String getValue()
void setType(TokenConstants tokenConstant)
tokenConstant
- of type TokenConstants;void setValue(java.lang.String value)
String
- value - of the token