|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.parser.ImplicitVariables
A collection of the implicit variables which is always available in an expression evaluation.
| Method Summary | |
boolean |
contains(java.lang.String name)
Used for checking the user defined variables don't clash with the implicit variables. |
static ImplicitVariables |
getInstance()
Return the static ImplcitVariables instance for this application |
void |
setup(Variables variables,
boolean ordered)
Add the implicit variables into the set of variables provided. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ImplicitVariables getInstance()
public void setup(Variables variables,
boolean ordered)
variables - The set of variables which will have the implcit
variables addedordered - Whether or not to add the order implicit variablepublic boolean contains(java.lang.String name)
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||