Package jsyntaxpane
Class TokenConstants
- java.lang.Object
-
- jsyntaxpane.TokenConstants
-
public class TokenConstants extends java.lang.Object
Constants used by Tokens.
-
-
Field Summary
Fields Modifier and Type Field Description static short
AND
static short
ANDAND
static short
ANDEQ
static short
COLON
static short
COMMA
static short
COMP
static short
DIV
static short
DIVEQ
static short
DOT
static short
EQ
Token Kindsstatic short
EQEQ
static short
GT
static short
GTEQ
static short
KW_abstract
static short
KW_assert
static short
KW_boolean
static short
KW_break
static short
KW_byte
static short
KW_case
static short
KW_catch
static short
KW_char
static short
KW_class
static short
KW_const
static short
KW_continue
static short
KW_default
static short
KW_do
static short
KW_double
static short
KW_else
static short
KW_extends
static short
KW_final
static short
KW_finally
static short
KW_float
static short
KW_for
static short
KW_goto
static short
KW_if
static short
KW_implements
static short
KW_import
static short
KW_instanceof
static short
KW_int
static short
KW_interface
static short
KW_long
static short
KW_native
static short
KW_new
static short
KW_package
static short
KW_private
static short
KW_protected
static short
KW_public
static short
KW_return
static short
KW_short
static short
KW_START
static short
KW_static
static short
KW_strictfp
static short
KW_super
static short
KW_switch
static short
KW_synchronized
static short
KW_this
static short
KW_throw
static short
KW_throws
static short
KW_transient
static short
KW_try
static short
KW_void
static short
KW_volatile
static short
KW_while
static short
LBRACE
static short
LBRACK
static short
LPAREN
static short
LSHIFT
static short
LSHIFTEQ
static short
LT
static short
LTEQ
static short
MINUS
static short
MINUSEQ
static short
MINUSMINUS
static short
MOD
static short
MODEQ
static short
MULT
static short
MULTEQ
static short
NOT
static short
NOTEQ
static short
OR
static short
OREQ
static short
OROR
static short
PLUS
static short
PLUSEQ
static short
PLUSPLUS
static short
QUESTION
static short
RBRACE
static short
RBRACK
static short
RPAREN
static short
RSHIFT
static short
RSHIFTEQ
static short
SEMICOLON
static short
URSHIFT
static short
URSHIFTEQ
static short
XOR
static short
XOREQ
-
Constructor Summary
Constructors Constructor Description TokenConstants()
-
-
-
Field Detail
-
EQ
public static final short EQ
Token Kinds- See Also:
- Constant Field Values
-
GT
public static final short GT
- See Also:
- Constant Field Values
-
LT
public static final short LT
- See Also:
- Constant Field Values
-
NOT
public static final short NOT
- See Also:
- Constant Field Values
-
COMP
public static final short COMP
- See Also:
- Constant Field Values
-
QUESTION
public static final short QUESTION
- See Also:
- Constant Field Values
-
COLON
public static final short COLON
- See Also:
- Constant Field Values
-
EQEQ
public static final short EQEQ
- See Also:
- Constant Field Values
-
LTEQ
public static final short LTEQ
- See Also:
- Constant Field Values
-
GTEQ
public static final short GTEQ
- See Also:
- Constant Field Values
-
NOTEQ
public static final short NOTEQ
- See Also:
- Constant Field Values
-
ANDAND
public static final short ANDAND
- See Also:
- Constant Field Values
-
OROR
public static final short OROR
- See Also:
- Constant Field Values
-
PLUSPLUS
public static final short PLUSPLUS
- See Also:
- Constant Field Values
-
MINUSMINUS
public static final short MINUSMINUS
- See Also:
- Constant Field Values
-
PLUS
public static final short PLUS
- See Also:
- Constant Field Values
-
MINUS
public static final short MINUS
- See Also:
- Constant Field Values
-
MULT
public static final short MULT
- See Also:
- Constant Field Values
-
DIV
public static final short DIV
- See Also:
- Constant Field Values
-
AND
public static final short AND
- See Also:
- Constant Field Values
-
OR
public static final short OR
- See Also:
- Constant Field Values
-
XOR
public static final short XOR
- See Also:
- Constant Field Values
-
MOD
public static final short MOD
- See Also:
- Constant Field Values
-
LSHIFT
public static final short LSHIFT
- See Also:
- Constant Field Values
-
RSHIFT
public static final short RSHIFT
- See Also:
- Constant Field Values
-
URSHIFT
public static final short URSHIFT
- See Also:
- Constant Field Values
-
PLUSEQ
public static final short PLUSEQ
- See Also:
- Constant Field Values
-
MINUSEQ
public static final short MINUSEQ
- See Also:
- Constant Field Values
-
MULTEQ
public static final short MULTEQ
- See Also:
- Constant Field Values
-
DIVEQ
public static final short DIVEQ
- See Also:
- Constant Field Values
-
ANDEQ
public static final short ANDEQ
- See Also:
- Constant Field Values
-
OREQ
public static final short OREQ
- See Also:
- Constant Field Values
-
XOREQ
public static final short XOREQ
- See Also:
- Constant Field Values
-
MODEQ
public static final short MODEQ
- See Also:
- Constant Field Values
-
LSHIFTEQ
public static final short LSHIFTEQ
- See Also:
- Constant Field Values
-
RSHIFTEQ
public static final short RSHIFTEQ
- See Also:
- Constant Field Values
-
URSHIFTEQ
public static final short URSHIFTEQ
- See Also:
- Constant Field Values
-
LPAREN
public static final short LPAREN
- See Also:
- Constant Field Values
-
RPAREN
public static final short RPAREN
- See Also:
- Constant Field Values
-
LBRACE
public static final short LBRACE
- See Also:
- Constant Field Values
-
RBRACE
public static final short RBRACE
- See Also:
- Constant Field Values
-
LBRACK
public static final short LBRACK
- See Also:
- Constant Field Values
-
RBRACK
public static final short RBRACK
- See Also:
- Constant Field Values
-
SEMICOLON
public static final short SEMICOLON
- See Also:
- Constant Field Values
-
COMMA
public static final short COMMA
- See Also:
- Constant Field Values
-
DOT
public static final short DOT
- See Also:
- Constant Field Values
-
KW_START
public static final short KW_START
- See Also:
- Constant Field Values
-
KW_abstract
public static final short KW_abstract
- See Also:
- Constant Field Values
-
KW_assert
public static final short KW_assert
- See Also:
- Constant Field Values
-
KW_boolean
public static final short KW_boolean
- See Also:
- Constant Field Values
-
KW_break
public static final short KW_break
- See Also:
- Constant Field Values
-
KW_byte
public static final short KW_byte
- See Also:
- Constant Field Values
-
KW_case
public static final short KW_case
- See Also:
- Constant Field Values
-
KW_catch
public static final short KW_catch
- See Also:
- Constant Field Values
-
KW_char
public static final short KW_char
- See Also:
- Constant Field Values
-
KW_class
public static final short KW_class
- See Also:
- Constant Field Values
-
KW_const
public static final short KW_const
- See Also:
- Constant Field Values
-
KW_continue
public static final short KW_continue
- See Also:
- Constant Field Values
-
KW_do
public static final short KW_do
- See Also:
- Constant Field Values
-
KW_double
public static final short KW_double
- See Also:
- Constant Field Values
-
KW_else
public static final short KW_else
- See Also:
- Constant Field Values
-
KW_extends
public static final short KW_extends
- See Also:
- Constant Field Values
-
KW_final
public static final short KW_final
- See Also:
- Constant Field Values
-
KW_finally
public static final short KW_finally
- See Also:
- Constant Field Values
-
KW_float
public static final short KW_float
- See Also:
- Constant Field Values
-
KW_for
public static final short KW_for
- See Also:
- Constant Field Values
-
KW_default
public static final short KW_default
- See Also:
- Constant Field Values
-
KW_implements
public static final short KW_implements
- See Also:
- Constant Field Values
-
KW_import
public static final short KW_import
- See Also:
- Constant Field Values
-
KW_instanceof
public static final short KW_instanceof
- See Also:
- Constant Field Values
-
KW_int
public static final short KW_int
- See Also:
- Constant Field Values
-
KW_interface
public static final short KW_interface
- See Also:
- Constant Field Values
-
KW_long
public static final short KW_long
- See Also:
- Constant Field Values
-
KW_native
public static final short KW_native
- See Also:
- Constant Field Values
-
KW_new
public static final short KW_new
- See Also:
- Constant Field Values
-
KW_goto
public static final short KW_goto
- See Also:
- Constant Field Values
-
KW_if
public static final short KW_if
- See Also:
- Constant Field Values
-
KW_public
public static final short KW_public
- See Also:
- Constant Field Values
-
KW_short
public static final short KW_short
- See Also:
- Constant Field Values
-
KW_super
public static final short KW_super
- See Also:
- Constant Field Values
-
KW_switch
public static final short KW_switch
- See Also:
- Constant Field Values
-
KW_synchronized
public static final short KW_synchronized
- See Also:
- Constant Field Values
-
KW_package
public static final short KW_package
- See Also:
- Constant Field Values
-
KW_private
public static final short KW_private
- See Also:
- Constant Field Values
-
KW_protected
public static final short KW_protected
- See Also:
- Constant Field Values
-
KW_transient
public static final short KW_transient
- See Also:
- Constant Field Values
-
KW_return
public static final short KW_return
- See Also:
- Constant Field Values
-
KW_void
public static final short KW_void
- See Also:
- Constant Field Values
-
KW_static
public static final short KW_static
- See Also:
- Constant Field Values
-
KW_while
public static final short KW_while
- See Also:
- Constant Field Values
-
KW_this
public static final short KW_this
- See Also:
- Constant Field Values
-
KW_throw
public static final short KW_throw
- See Also:
- Constant Field Values
-
KW_throws
public static final short KW_throws
- See Also:
- Constant Field Values
-
KW_try
public static final short KW_try
- See Also:
- Constant Field Values
-
KW_volatile
public static final short KW_volatile
- See Also:
- Constant Field Values
-
KW_strictfp
public static final short KW_strictfp
- See Also:
- Constant Field Values
-
-