Uses of Class
org.apache.commons.jexl3.parser.ASTArguments
Packages that use ASTArguments
Package
Description
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Uses of ASTArguments in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type ASTArgumentsModifier and TypeMethodDescriptionprotected ObjectInterpreter.call(JexlNode node, Object target, Object funcNode, ASTArguments argNode) Calls a method (or function).protected ObjectDebugger.visit(ASTArguments node, Object data) protected Object[]Interpreter.visit(ASTArguments node, Object data) protected ObjectScriptVisitor.visit(ASTArguments node, Object data) -
Uses of ASTArguments in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser with parameters of type ASTArgumentsModifier and TypeMethodDescriptionprotected abstract ObjectParserVisitor.visit(ASTArguments node, Object data)