public class SetNode extends AbstractRenderableNode
| Constructor and Description |
|---|
SetNode(int lineNumber,
String name,
Expression<?> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NodeVisitor visitor) |
String |
getName() |
Expression<?> |
getValue() |
void |
render(PebbleTemplateImpl self,
Writer writer,
EvaluationContext context) |
getLineNumber, setLineNumberpublic SetNode(int lineNumber,
String name,
Expression<?> value)
public void render(PebbleTemplateImpl self, Writer writer, EvaluationContext context) throws PebbleException
render in interface RenderableNoderender in class AbstractRenderableNodePebbleExceptionpublic void accept(NodeVisitor visitor)
accept in interface Nodeaccept in class AbstractRenderableNodepublic Expression<?> getValue()
public String getName()
Copyright © 2015. All rights reserved.