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 char
APOSTROPHE
static char
BACK_SLASH
static char
BANG
static char
CARET
static char
COMMA
static char
DOLLAR
static char
EQUAL
static char
LEFT_BRACKET
static char
LEFT_PAREN
static char
MINUS
static char
MOD
static char
PERIOD
static char
PLUS
static char
QUESTION
static char
QUOTE
static char
RIGHT_BRACKET
static char
RIGHT_PAREN
static char
SLASH
static char
STAR
static char
TILDE
static char
UNDER_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
-
-