Class Interpreter.AnnotatedCall
java.lang.Object
org.apache.commons.jexl3.internal.Interpreter.AnnotatedCall
- Enclosing class:
- Interpreter
An annotated call.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedCall
(ASTAnnotatedStatement astmt, int aindex, Object adata) Simple ctor. -
Method Summary
-
Field Details
-
stmt
The statement. -
index
private final int indexThe child index. -
data
The data. -
processed
private boolean processedTracking whether we processed the annotation.
-
-
Constructor Details
-
AnnotatedCall
AnnotatedCall(ASTAnnotatedStatement astmt, int aindex, Object adata) Simple ctor.- Parameters:
astmt
- the statementaindex
- the indexadata
- the data
-
-
Method Details