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 Object
Interpreter.call
(JexlNode node, Object target, Object funcNode, ASTArguments argNode) Calls a method (or function).protected Object
Debugger.visit
(ASTArguments node, Object data) protected Object[]
Interpreter.visit
(ASTArguments node, Object data) protected Object
ScriptVisitor.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 Object
ParserVisitor.visit
(ASTArguments node, Object data)