| Modifier and Type | Method and Description |
|---|---|
void |
NodeVisitor.visit(ArgumentsNode node) |
void |
AbstractNodeVisitor.visit(ArgumentsNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintNodeVisitor.visit(ArgumentsNode node) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentsNode |
MacroNode.getArgs() |
ArgumentsNode |
TestInvocationExpression.getArgs() |
| Constructor and Description |
|---|
MacroNode(String name,
ArgumentsNode args,
BodyNode body) |
TestInvocationExpression(int lineNumber,
String testName,
ArgumentsNode args) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentsNode |
FilterInvocationExpression.getArgs() |
ArgumentsNode |
FunctionOrMacroInvocationExpression.getArguments() |
ArgumentsNode |
GetAttributeExpression.getArgumentsNode() |
| Constructor and Description |
|---|
BlockFunctionExpression(ArgumentsNode args) |
FilterInvocationExpression(String filterName,
ArgumentsNode args) |
FunctionOrMacroInvocationExpression(String functionName,
ArgumentsNode arguments) |
GetAttributeExpression(Expression<?> node,
String attributeName,
ArgumentsNode args) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentsNode |
ExpressionParser.parseArguments() |
ArgumentsNode |
ExpressionParser.parseArguments(boolean isMacroDefinition) |
| Modifier and Type | Method and Description |
|---|---|
String |
PebbleTemplateImpl.macro(EvaluationContext context,
String macroName,
ArgumentsNode args,
boolean ignoreOverriden) |
Copyright © 2015. All rights reserved.