public abstract class Token extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
TOKEN_FUNCTION |
static short |
TOKEN_NUMBER |
static short |
TOKEN_OPERATOR |
static short |
TOKEN_PARANTHESES_CLOSE |
static short |
TOKEN_PARANTHESES_OPEN |
static short |
TOKEN_SEPARATOR |
static short |
TOKEN_VARIABLE |
protected int |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
Token(int type) |
public static final short TOKEN_NUMBER
public static final short TOKEN_OPERATOR
public static final short TOKEN_FUNCTION
public static final short TOKEN_PARANTHESES_OPEN
public static final short TOKEN_PARANTHESES_CLOSE
public static final short TOKEN_VARIABLE
public static final short TOKEN_SEPARATOR
protected final int type
Copyright © 2014. All rights reserved.