public interface Printable extends TemplateElement
| Modifier and Type | Method and Description |
|---|---|
String |
getInfo()
The descriptive text shown in template stack traces.
|
boolean |
isAnonymous()
Anonymous means: Does not occur in template stack traces.
|
void |
print(Evaluator evaluator)
Evaluates the template fragment utilizing the provided
evaluator. |
getChildAt, getChildCount, getSourceColumn, getSourceLine, insertChild, isEmpty, printSource, removeChildvoid print(Evaluator evaluator) throws IOException
evaluator.
Do not call this method directly, use Evaluator.print(Printable).evaluator - used during evaluation for determing variable values, invoking methods etc.IOException - on failureString getInfo()
null is returned and isAnonymous()
is false then the value returned by toString() is used in the trace.isAnonymous()boolean isAnonymous()
Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408