public class ForeachNode extends CompoundNode
instructions| Constructor and Description |
|---|
ForeachNode(String var,
ExpressionNode selectExpr,
ExpressionNode targetExpr,
ExpressionNode separator,
TemplatesTree.TextSource source,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
emit(StringBuilder sb,
EvaluationContext context,
IEvaluationStrategy env) |
getInstructions, setInstructionsgetEndOffset, getInput, getLine, getLocation, getOffset, getResourceName, toStringpublic ForeachNode(String var, ExpressionNode selectExpr, ExpressionNode targetExpr, ExpressionNode separator, TemplatesTree.TextSource source, int offset, int endoffset)
protected void emit(StringBuilder sb, EvaluationContext context, IEvaluationStrategy env)
emit in class CompoundNodeCopyright © 2014. All rights reserved.