public class IntegerToken extends AbstractToken
| Constructor and Description |
|---|
IntegerToken(Location location,
int value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getObject() |
int |
getValue() |
java.lang.String |
toString() |
getLocationpublic IntegerToken(Location location, int value)
public int getValue()
public java.lang.Integer getObject()
public java.lang.String toString()
toString in class AbstractToken