|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.jeval.EvaluationConstants
public class EvaluationConstants
| Field Summary | |
|---|---|
static java.lang.String |
BOOLEAN_STRING_FALSE
The false value for a Boolean string. |
static java.lang.String |
BOOLEAN_STRING_TRUE
The true value for a Boolean string. |
static char |
CLOSED_BRACE
The closed brace character. |
static java.lang.String |
CLOSED_VARIABLE
The closed brace string. |
static char |
DOUBLE_QUOTE
The double quote character. |
static char |
OPEN_BRACE
The open brace character. |
static java.lang.String |
OPEN_VARIABLE
The open variable string. |
static char |
POUND_SIGN
The pound sign character. |
static char |
SINGLE_QUOTE
The single quote character. |
| Constructor Summary | |
|---|---|
EvaluationConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char SINGLE_QUOTE
public static final char DOUBLE_QUOTE
public static final char OPEN_BRACE
public static final char CLOSED_BRACE
public static final char POUND_SIGN
public static final java.lang.String OPEN_VARIABLE
public static final java.lang.String CLOSED_VARIABLE
public static final java.lang.String BOOLEAN_STRING_TRUE
public static final java.lang.String BOOLEAN_STRING_FALSE
| Constructor Detail |
|---|
public EvaluationConstants()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||