|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.scheinerman.phoenix.interpreter.variables.Constants
public class Constants
Contains variable constants for use in the Phoenix programming language.
Field Summary | |
---|---|
static NumberVariable |
DEF_NUM
The constant for a default number variable. |
static StringVariable |
DEF_STR
The constant for a default string variable. |
static NumberVariable |
FALSE
The constant for a false value which is a number variable with a value of 0. |
static NumberVariable |
TRUE
The constant for a true value which is a number variable with a value of 1. |
Constructor Summary | |
---|---|
Constants()
|
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 NumberVariable TRUE
public static final NumberVariable FALSE
public static final NumberVariable DEF_NUM
0
.
public static final StringVariable DEF_STR
""
(empty string).
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |