|
void | compile (final MethodVisitor mv, final Deque< JumpLabel > jls) throws JasmineException |
|
boolean | addExp (Exp exp) |
|
void | prepare (String symbol, int priority) |
|
void | prepare (String symbol, int nbrExps, int priority) |
|
|
boolean | equals (Object obj) |
|
int | hashCode () |
|
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" |
|
Exp | parent = null |
|
Exp[] | exps |
|
int | nbrExps = 0 |
|
int | priority |
|
String | regex = "" |
|
boolean | rightAssociative = false |
|
boolean | unaryFollows = false |
|
int | lineNo |
|
int | pos |
|
String | symbol = "" |
|
The documentation for this class was generated from the following file:
- /Users/peter/git/jasmine-repos/Jasmine/src/org/quark/jasmine/Exp.java