public static class Block.Reference extends java.lang.Object implements Renderable
| Constructor and Description |
|---|
Reference(InternalContextAdapter context,
Block parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
render(InternalContextAdapter context,
java.io.Writer writer)
Render the AST of this block into the writer using the context.
|
java.lang.String |
toString() |
public Reference(InternalContextAdapter context, Block parent)
public boolean render(InternalContextAdapter context, java.io.Writer writer)
render in interface Renderablepublic java.lang.String toString()
toString in class java.lang.Object