public class GenericToken<Value> extends AbstractToken
| Constructor and Description |
|---|
GenericToken(Location location,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Value |
getObject() |
Value |
getValue() |
getLocation, toString