public static final class Evaluator.Expression<PreprocessedInfo> extends Object
Evaluator.Context
-sensitive.Constructor and Description |
---|
Expression(String expression)
Creates a new expression from the string representation.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Get the string representation of this expression.
|
PreprocessedInfo |
getPreprocessedObject()
Get the pre-processed object of the string expression.
|
void |
setPreprocessedObject(PreprocessedInfo preprocessed)
Set a pre-processed object of the string expression.
|
public Expression(String expression)
expression
- The string expression.public String getExpression()
public void setPreprocessedObject(PreprocessedInfo preprocessed)
preprocessed
- object holding the information about pre-processed
expressionpublic PreprocessedInfo getPreprocessedObject()
Evaluator.Expression.setPreprocessedObject(java.lang.Object)
is
returned.null
.