Uses of Class
io.pebbletemplates.pebble.node.ArgumentsNode
Packages that use ArgumentsNode
Package
Description
-
Uses of ArgumentsNode in io.pebbletemplates.pebble.attributes
Methods in io.pebbletemplates.pebble.attributes with parameters of type ArgumentsNodeModifier and TypeMethodDescriptionArrayResolver.resolve(Object instance, Object attributeNameValue, Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, String filename, int lineNumber) AttributeResolver.resolve(Object instance, Object attributeNameValue, Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, String filename, int lineNumber) Attempts to resolve an attribute of the given instance.DefaultAttributeResolver.resolve(Object instance, Object attributeNameValue, Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, String filename, int lineNumber) ListResolver.resolve(Object instance, Object attributeNameValue, Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, String filename, int lineNumber) MacroResolver.resolve(Object instance, Object attributeNameValue, Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, String filename, int lineNumber) MapResolver.resolve(Object instance, Object attributeNameValue, Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, String filename, int lineNumber) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension with parameters of type ArgumentsNodeModifier and TypeMethodDescriptionvoidAbstractNodeVisitor.visit(ArgumentsNode node) voidNodeVisitor.visit(ArgumentsNode node) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.extension.debug
Methods in io.pebbletemplates.pebble.extension.debug with parameters of type ArgumentsNode -
Uses of ArgumentsNode in io.pebbletemplates.pebble.node
Fields in io.pebbletemplates.pebble.node declared as ArgumentsNodeModifier and TypeFieldDescriptionprivate final ArgumentsNodeMacroNode.argsprivate final ArgumentsNodeTestInvocationExpression.argsMethods in io.pebbletemplates.pebble.node that return ArgumentsNodeConstructors in io.pebbletemplates.pebble.node with parameters of type ArgumentsNodeModifierConstructorDescriptionMacroNode(String name, ArgumentsNode args, BodyNode body) TestInvocationExpression(int lineNumber, String testName, ArgumentsNode args) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.node.expression
Fields in io.pebbletemplates.pebble.node.expression declared as ArgumentsNodeModifier and TypeFieldDescriptionprivate final ArgumentsNodeFilterInvocationExpression.argsprivate final ArgumentsNodeFunctionOrMacroInvocationExpression.argsprivate final ArgumentsNodeGetAttributeExpression.argsMethods in io.pebbletemplates.pebble.node.expression that return ArgumentsNodeModifier and TypeMethodDescriptionFilterInvocationExpression.getArgs()FunctionOrMacroInvocationExpression.getArguments()GetAttributeExpression.getArgumentsNode()Methods in io.pebbletemplates.pebble.node.expression with parameters of type ArgumentsNodeModifier and TypeMethodDescriptionprivate ObjectFunctionOrMacroInvocationExpression.applyFunction(PebbleTemplateImpl self, EvaluationContextImpl context, Function function, ArgumentsNode args) Constructors in io.pebbletemplates.pebble.node.expression with parameters of type ArgumentsNodeModifierConstructorDescriptionBlockFunctionExpression(ArgumentsNode args, int lineNumber) FilterInvocationExpression(String filterName, ArgumentsNode args, int lineNumber) FunctionOrMacroInvocationExpression(String functionName, ArgumentsNode arguments, int lineNumber) GetAttributeExpression(Expression<?> node, Expression<?> attributeNameExpression, ArgumentsNode args, String filename, int lineNumber) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.parser
Methods in io.pebbletemplates.pebble.parser that return ArgumentsNodeModifier and TypeMethodDescriptionprivate ArgumentsNodeExpressionParser.parseArguments()ExpressionParser.parseArguments(boolean isMacroDefinition) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.template
Methods in io.pebbletemplates.pebble.template with parameters of type ArgumentsNodeModifier and TypeMethodDescriptionMacroAttributeProvider.macro(EvaluationContextImpl context, String macroName, ArgumentsNode args, boolean ignoreOverriden, int lineNumber) Invokes a macroPebbleTemplateImpl.macro(EvaluationContextImpl context, String macroName, ArgumentsNode args, boolean ignoreOverriden, int lineNumber) Invokes a macro