slogo.language
Class CharConsts
java.lang.Object
slogo.language.CharConsts
public class CharConsts
- extends java.lang.Object
Symbolic names for character constants
- Author:
- Owen Astrachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LEFT_BRACE
public static final char LEFT_BRACE
- See Also:
- Constant Field Values
RIGHT_BRACE
public static final char RIGHT_BRACE
- See Also:
- Constant Field Values
SEMI_COLON
public static final char SEMI_COLON
- 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
LESS_THAN
public static final char LESS_THAN
- See Also:
- Constant Field Values
GREATER_THAN
public static final char GREATER_THAN
- 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
AT
public static final char AT
- 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
CharConsts
public CharConsts()