public class Token extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Token.TYPE
Token types.
|
Constructor and Description |
---|
Token(Token.TYPE type,
String value)
Constructor.
|
public Token(Token.TYPE type, String value)
type
- typevalue
- valuepublic Token.TYPE getType()
public String getValue()
Copyright © 2014. All rights reserved.