|
String | GENERATED_ALGORITHM_CLASS = "QuarkAlgorithm" |
|
String | GENERATED_EXPRESSION_CLASS = "QuarkExpression" |
|
String | EXPRESSION_CLASS = Type.getInternalName(Expression.class) |
|
String | EXPRESSION_CLASS_ID = Type.getDescriptor(Expression.class) |
|
String | ANSWER_CLASS = Type.getInternalName(Answer.class) |
|
String | ANSWER_CLASS_ID = Type.getDescriptor(Answer.class) |
|
static String | ALGORITHM_CLASS = Type.getInternalName(Algorithm.class) |
|
static String | ALGORITHM_CLASS_ID = Type.getDescriptor(Algorithm.class) |
|
static final String | MATH = "java/lang/Math" |
|
Package Attributes inherited from org.quark.jasmine.Operand |
boolean | hasUnaryMinus = false |
|
Exp | parent = null |
|
Exp[] | exps |
|
int | nbrExps = 0 |
|
int | priority |
|
String | regex = "" |
|
boolean | rightAssociative = false |
|
boolean | unaryFollows = false |
|
int | lineNo |
|
int | pos |
|
String | symbol = "" |
|
A global variable reference expression.
Although not technically 'global' it is stored in a field called __vars, a hashmap. <br.