jelan.elan
Class CharConsts

java.lang.Object
  extended by jelan.elan.CharConsts

public class CharConsts
extends java.lang.Object

Symbolic names for character constants

Author:
Owen Astrachan

Field Summary
static char APOSTROPHE
           
static char AT
           
static char BACK_SLASH
           
static char BANG
           
static char CARET
           
static char COMMA
           
static char DOLLAR
           
static char EQUAL
           
static char GREATER_THAN
           
static char LEFT_BRACE
           
static char LEFT_BRACKET
           
static char LEFT_PAREN
           
static char LESS_THAN
           
static char MINUS
           
static char MOD
           
static char PERIOD
           
static char PLUS
           
static char QUESTION
           
static char QUOTE
           
static char RIGHT_BRACE
           
static char RIGHT_BRACKET
           
static char RIGHT_PAREN
           
static char SEMI_COLON
           
static char SLASH
           
static char STAR
           
static char TILDE
           
static char UNDER_SCORE
           
 
Constructor Summary
CharConsts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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
Constructor Detail

CharConsts

public CharConsts()