Uses of Class
io.pebbletemplates.pebble.node.ArgumentsNode
-
-
Uses of ArgumentsNode in io.pebbletemplates.pebble.attributes
Methods in io.pebbletemplates.pebble.attributes with parameters of type ArgumentsNode Modifier and Type Method Description ResolvedAttributeArrayResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeAttributeResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)Attempts to resolve an attribute of the given instance.ResolvedAttributeDefaultAttributeResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeListResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeMacroResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeMapResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension with parameters of type ArgumentsNode Modifier and Type Method Description voidAbstractNodeVisitor. 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 Modifier and Type Method Description voidPrettyPrintNodeVisitor. visit(ArgumentsNode node) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.node
Fields in io.pebbletemplates.pebble.node declared as ArgumentsNode Modifier and Type Field Description private ArgumentsNodeMacroNode. argsprivate ArgumentsNodeTestInvocationExpression. argsMethods in io.pebbletemplates.pebble.node that return ArgumentsNode Modifier and Type Method Description ArgumentsNodeMacroNode. getArgs()ArgumentsNodeTestInvocationExpression. getArgs()Constructors in io.pebbletemplates.pebble.node with parameters of type ArgumentsNode Constructor Description MacroNode(java.lang.String name, ArgumentsNode args, BodyNode body)TestInvocationExpression(int lineNumber, java.lang.String testName, ArgumentsNode args) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.node.expression
Fields in io.pebbletemplates.pebble.node.expression declared as ArgumentsNode Modifier and Type Field Description private ArgumentsNodeFilterInvocationExpression. argsprivate ArgumentsNodeFunctionOrMacroInvocationExpression. argsprivate ArgumentsNodeGetAttributeExpression. argsMethods in io.pebbletemplates.pebble.node.expression that return ArgumentsNode Modifier and Type Method Description ArgumentsNodeFilterInvocationExpression. getArgs()ArgumentsNodeFunctionOrMacroInvocationExpression. getArguments()ArgumentsNodeGetAttributeExpression. getArgumentsNode()Methods in io.pebbletemplates.pebble.node.expression with parameters of type ArgumentsNode Modifier and Type Method Description private java.lang.ObjectFunctionOrMacroInvocationExpression. applyFunction(PebbleTemplateImpl self, EvaluationContextImpl context, Function function, ArgumentsNode args)Constructors in io.pebbletemplates.pebble.node.expression with parameters of type ArgumentsNode Constructor Description BlockFunctionExpression(ArgumentsNode args, int lineNumber)FilterInvocationExpression(java.lang.String filterName, ArgumentsNode args, int lineNumber)FunctionOrMacroInvocationExpression(java.lang.String functionName, ArgumentsNode arguments, int lineNumber)GetAttributeExpression(Expression<?> node, Expression<?> attributeNameExpression, ArgumentsNode args, java.lang.String filename, int lineNumber) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.parser
Methods in io.pebbletemplates.pebble.parser that return ArgumentsNode Modifier and Type Method Description private ArgumentsNodeExpressionParser. parseArguments()ArgumentsNodeExpressionParser. parseArguments(boolean isMacroDefinition) -
Uses of ArgumentsNode in io.pebbletemplates.pebble.template
Methods in io.pebbletemplates.pebble.template with parameters of type ArgumentsNode Modifier and Type Method Description java.lang.ObjectMacroAttributeProvider. macro(EvaluationContextImpl context, java.lang.String macroName, ArgumentsNode args, boolean ignoreOverriden, int lineNumber)Invokes a macroSafeStringPebbleTemplateImpl. macro(EvaluationContextImpl context, java.lang.String macroName, ArgumentsNode args, boolean ignoreOverriden, int lineNumber)Invokes a macro
-