org.json.simple.parser
Class Yytoken
java.lang.Object
org.json.simple.parser.Yytoken
public class Yytoken
- extends java.lang.Object
- Author:
- FangYidong
Constructor Summary |
Yytoken(int type,
java.lang.Object value)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.Object value
Yytoken
public Yytoken(int type,
java.lang.Object value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object