public abstract class ExpressionNode extends Node
| Modifier | Constructor and Description |
|---|---|
protected |
ExpressionNode(TemplatesTree.TextSource source,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
emit(StringBuilder sb,
EvaluationContext context,
IEvaluationStrategy env) |
abstract Object |
evaluate(EvaluationContext context,
IEvaluationStrategy env) |
String |
toString() |
abstract void |
toString(StringBuilder sb) |
getEndOffset, getInput, getLine, getLocation, getOffset, getResourceNameprotected ExpressionNode(TemplatesTree.TextSource source, int offset, int endoffset)
protected void emit(StringBuilder sb, EvaluationContext context, IEvaluationStrategy env)
public abstract Object evaluate(EvaluationContext context, IEvaluationStrategy env) throws EvaluationException
EvaluationExceptionpublic abstract void toString(StringBuilder sb)
Copyright © 2014. All rights reserved.