public final class Literal extends Expression
id, resultType, scope, storeResult, xpath| Constructor and Description |
|---|
Literal(Object literal,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult()
This method is called only glocal scope expression
|
Object |
getResult(Event event)
This method is called only non-glocal scope expression.
|
void |
rawResultRequired() |
Expression |
simplify()
returns simplified expression which peforms better.
|
String |
toString() |
getXPath, scope, setXPathpublic void rawResultRequired()
public Object getResult()
ExpressiongetResult in class Expressionpublic Object getResult(Event event)
ExpressiongetResult in class Expressionpublic Expression simplify()
Expressionsimplify in class ExpressionCopyright © 2019. All rights reserved.