Uses of Class
org.apache.commons.jexl3.parser.ASTAnnotatedStatement
Packages that use ASTAnnotatedStatement
Package
Description
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Uses of ASTAnnotatedStatement in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as ASTAnnotatedStatementModifier and TypeFieldDescriptionprivate final ASTAnnotatedStatement
Interpreter.AnnotatedCall.stmt
The statement.Methods in org.apache.commons.jexl3.internal with parameters of type ASTAnnotatedStatementModifier and TypeMethodDescriptionprotected Object
Interpreter.processAnnotation
(ASTAnnotatedStatement stmt, int index, Object data) Processes an annotated statement.protected Object
Debugger.visit
(ASTAnnotatedStatement node, Object data) protected Object
Interpreter.visit
(ASTAnnotatedStatement node, Object data) protected Object
ScriptVisitor.visit
(ASTAnnotatedStatement node, Object data) Constructors in org.apache.commons.jexl3.internal with parameters of type ASTAnnotatedStatementModifierConstructorDescription(package private)
AnnotatedCall
(ASTAnnotatedStatement astmt, int aindex, Object adata) Simple ctor. -
Uses of ASTAnnotatedStatement in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser with parameters of type ASTAnnotatedStatementModifier and TypeMethodDescriptionprotected abstract Object
ParserVisitor.visit
(ASTAnnotatedStatement node, Object data)