Package picasso.parser.language
Class CharConstants
- java.lang.Object
-
- picasso.parser.language.CharConstants
-
public class CharConstants extends Object
Symbolic names for character constants
-
-
Field Summary
Fields Modifier and Type Field Description static charAPOSTROPHEstatic charBACK_SLASHstatic charBANGstatic charCARETstatic charCOMMAstatic charDOLLARstatic charEQUALstatic charLEFT_BRACKETstatic charLEFT_PARENstatic charMINUSstatic charMODstatic charPERIODstatic charPLUSstatic charQUESTIONstatic charQUOTEstatic charRIGHT_BRACKETstatic charRIGHT_PARENstatic charSLASHstatic charSTARstatic charTILDEstatic charUNDER_SCORE
-
Constructor Summary
Constructors Constructor Description CharConstants()
-
-
-
Field Detail
-
LEFT_PAREN
public static final char LEFT_PAREN
- See Also:
- Constant Field Values
-
RIGHT_PAREN
public static final char RIGHT_PAREN
- See Also:
- Constant Field Values
-
LEFT_BRACKET
public static final char LEFT_BRACKET
- See Also:
- Constant Field Values
-
RIGHT_BRACKET
public static final char RIGHT_BRACKET
- See Also:
- Constant Field Values
-
COMMA
public static final char COMMA
- See Also:
- Constant Field Values
-
PERIOD
public static final char PERIOD
- See Also:
- Constant Field Values
-
BANG
public static final char BANG
- See Also:
- Constant Field Values
-
EQUAL
public static final char EQUAL
- See Also:
- Constant Field Values
-
PLUS
public static final char PLUS
- See Also:
- Constant Field Values
-
MINUS
public static final char MINUS
- See Also:
- Constant Field Values
-
STAR
public static final char STAR
- See Also:
- Constant Field Values
-
SLASH
public static final char SLASH
- See Also:
- Constant Field Values
-
MOD
public static final char MOD
- See Also:
- Constant Field Values
-
APOSTROPHE
public static final char APOSTROPHE
- See Also:
- Constant Field Values
-
QUOTE
public static final char QUOTE
- See Also:
- Constant Field Values
-
DOLLAR
public static final char DOLLAR
- See Also:
- Constant Field Values
-
CARET
public static final char CARET
- See Also:
- Constant Field Values
-
UNDER_SCORE
public static final char UNDER_SCORE
- See Also:
- Constant Field Values
-
BACK_SLASH
public static final char BACK_SLASH
- See Also:
- Constant Field Values
-
QUESTION
public static final char QUESTION
- See Also:
- Constant Field Values
-
TILDE
public static final char TILDE
- See Also:
- Constant Field Values
-
-