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 ASTAnnotatedStatementInterpreter.AnnotatedCall.stmtThe statement.Methods in org.apache.commons.jexl3.internal with parameters of type ASTAnnotatedStatementModifier and TypeMethodDescriptionprotected ObjectInterpreter.processAnnotation(ASTAnnotatedStatement stmt, int index, Object data) Processes an annotated statement.protected ObjectDebugger.visit(ASTAnnotatedStatement node, Object data) protected ObjectInterpreter.visit(ASTAnnotatedStatement node, Object data) protected ObjectScriptVisitor.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 ObjectParserVisitor.visit(ASTAnnotatedStatement node, Object data)