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_PARENTHESES_CLOSE |
static short |
TOKEN_PARENTHESES_OPEN |
static short |
TOKEN_SEPARATOR |
static short |
TOKEN_VARIABLE |
protected 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_PARENTHESES_OPEN
public static final short TOKEN_PARENTHESES_CLOSE
public static final short TOKEN_VARIABLE
public static final short TOKEN_SEPARATOR
protected final int type
Copyright © 2017. All rights reserved.