- java.lang.Object
-
- org.jooq.tools.json.Yytoken
-
public class Yytoken extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
type
static int
TYPE_COLON
static int
TYPE_COMMA
static int
TYPE_EOF
static int
TYPE_LEFT_BRACE
static int
TYPE_LEFT_SQUARE
static int
TYPE_RIGHT_BRACE
static int
TYPE_RIGHT_SQUARE
static int
TYPE_VALUE
Object
value
-
-
-
Field Detail
-
TYPE_VALUE
public static final int TYPE_VALUE
- See Also:
- Constant Field Values
-
TYPE_LEFT_BRACE
public static final int TYPE_LEFT_BRACE
- See Also:
- Constant Field Values
-
TYPE_RIGHT_BRACE
public static final int TYPE_RIGHT_BRACE
- See Also:
- Constant Field Values
-
TYPE_LEFT_SQUARE
public static final int TYPE_LEFT_SQUARE
- See Also:
- Constant Field Values
-
TYPE_RIGHT_SQUARE
public static final int TYPE_RIGHT_SQUARE
- See Also:
- Constant Field Values
-
TYPE_COMMA
public static final int TYPE_COMMA
- See Also:
- Constant Field Values
-
TYPE_COLON
public static final int TYPE_COLON
- See Also:
- Constant Field Values
-
TYPE_EOF
public static final int TYPE_EOF
- See Also:
- Constant Field Values
-
type
public int type
-
value
public Object value
-
-
Constructor Detail
-
Yytoken
public Yytoken(int type, Object value)
-
-