public class CompoundNode extends Node
| Modifier and Type | Field and Description |
|---|---|
protected List<Node> |
instructions |
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundNode(TemplatesTree.TextSource source,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
emit(StringBuilder sb,
EvaluationContext context,
IEvaluationStrategy env) |
List<Node> |
getInstructions() |
void |
setInstructions(List<Node> instructions) |
getEndOffset, getInput, getLine, getLocation, getOffset, getResourceName, toStringprotected CompoundNode(TemplatesTree.TextSource source, int offset, int endoffset)
protected void emit(StringBuilder sb, EvaluationContext context, IEvaluationStrategy env)
Copyright © 2014. All rights reserved.