public class TextNode extends Node
| Constructor and Description |
|---|
TextNode(TemplatesTree.TextSource source,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
emit(StringBuilder sb,
EvaluationContext context,
IEvaluationStrategy env) |
String |
getText() |
getEndOffset, getInput, getLine, getLocation, getOffset, getResourceName, toStringpublic TextNode(TemplatesTree.TextSource source, int offset, int endoffset)
public String getText()
protected void emit(StringBuilder sb, EvaluationContext context, IEvaluationStrategy env)
Copyright © 2014. All rights reserved.