public abstract class Positional extends Expression
| Modifier and Type | Field and Description |
|---|---|
boolean |
position |
Expression |
predicate |
id, resultType, scope, storeResult, xpath| Constructor and Description |
|---|
Positional(boolean position) |
Positional(DataType resultType,
boolean position) |
| 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.
|
protected Object |
translate(Double result) |
getXPath, scope, setXPath, simplifypublic final boolean position
public Expression predicate
public Positional(boolean position)
public Positional(DataType resultType, boolean position)
public final Object getResult()
ExpressiongetResult in class Expressionpublic Object getResult(Event event)
ExpressiongetResult in class ExpressionCopyright © 2019. All rights reserved.