|
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) |
|
Constants used in the Jasmine library
- Author
- Peter Lager
The documentation for this interface was generated from the following file:
- /Users/peter/git/jasmine-repos/Jasmine/src/org/quark/jasmine/CompileConstants.java