public class ErrorNode extends ExpressionNode
| Modifier | Constructor and Description |
|---|---|
protected |
ErrorNode(TemplatesTree.TextSource source,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
emit(StringBuilder sb,
EvaluationContext context,
IEvaluationStrategy env) |
Object |
evaluate(EvaluationContext context,
IEvaluationStrategy env) |
void |
toString(StringBuilder sb) |
toStringgetEndOffset, getInput, getLine, getLocation, getOffset, getResourceNameprotected ErrorNode(TemplatesTree.TextSource source, int offset, int endoffset)
public Object evaluate(EvaluationContext context, IEvaluationStrategy env) throws EvaluationException
evaluate in class ExpressionNodeEvaluationExceptionpublic void toString(StringBuilder sb)
toString in class ExpressionNodeprotected void emit(StringBuilder sb, EvaluationContext context, IEvaluationStrategy env)
emit in class ExpressionNodeCopyright © 2014. All rights reserved.