Package com.github.jezza.lang
Class Tokens
- java.lang.Object
-
- com.github.jezza.lang.Tokens
-
public final class Tokens extends java.lang.Object- Author:
- Jezza
-
-
Field Summary
Fields Modifier and Type Field Description static intBAD_CHARACTERstatic intCOMMAstatic intDOTstatic intEOSstatic intEQstatic intFALSEstatic intFLOATstatic intINFstatic intINTEGER_BINstatic intINTEGER_DECstatic intINTEGER_HEXstatic intINTEGER_OCTstatic intKEYstatic intLBRACEstatic intLBRACKETstatic intLOCAL_DATEstatic intLOCAL_DATE_TIMEstatic intLOCAL_TIMEstatic intML_STRINGstatic intML_STRING_POISONstatic intNANstatic intOFFSET_DATE_TIMEstatic intRBRACEstatic intRBRACKETstatic intSTRINGstatic intSTRING_POISONstatic intTRUE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringname(int type)
-
-
-
Field Detail
-
EOS
public static final int EOS
- See Also:
- Constant Field Values
-
BAD_CHARACTER
public static final int BAD_CHARACTER
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
ML_STRING
public static final int ML_STRING
- See Also:
- Constant Field Values
-
STRING_POISON
public static final int STRING_POISON
- See Also:
- Constant Field Values
-
ML_STRING_POISON
public static final int ML_STRING_POISON
- See Also:
- Constant Field Values
-
INTEGER_DEC
public static final int INTEGER_DEC
- See Also:
- Constant Field Values
-
INTEGER_HEX
public static final int INTEGER_HEX
- See Also:
- Constant Field Values
-
INTEGER_OCT
public static final int INTEGER_OCT
- See Also:
- Constant Field Values
-
INTEGER_BIN
public static final int INTEGER_BIN
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
INF
public static final int INF
- See Also:
- Constant Field Values
-
NAN
public static final int NAN
- See Also:
- Constant Field Values
-
KEY
public static final int KEY
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
-
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
-
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
-
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
-
OFFSET_DATE_TIME
public static final int OFFSET_DATE_TIME
- See Also:
- Constant Field Values
-
LOCAL_DATE_TIME
public static final int LOCAL_DATE_TIME
- See Also:
- Constant Field Values
-
LOCAL_DATE
public static final int LOCAL_DATE
- See Also:
- Constant Field Values
-
LOCAL_TIME
public static final int LOCAL_TIME
- See Also:
- Constant Field Values
-
-