public class PAToken
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
END_ARRAY |
static int |
END_PROCEDURE |
static int |
IDENTIFIER |
static int |
IMMEDIATE |
static int |
KEY |
static int |
MARK |
static int |
PROCEDURE |
static int |
START_ARRAY |
static int |
START_PROCEDURE |
int |
type |
java.lang.Object |
value |
Constructor and Description |
---|
PAToken(java.lang.Object value,
int type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int IDENTIFIER
public static final int KEY
public static final int PROCEDURE
public static final int MARK
public static final int START_PROCEDURE
public static final int END_PROCEDURE
public static final int IMMEDIATE
public static final int START_ARRAY
public static final int END_ARRAY
public java.lang.Object value
public int type