public static class Block.Reference extends java.lang.Object implements Renderable
| 构造器和说明 |
|---|
Reference(InternalContextAdapter context,
Block parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Renderablepublic java.lang.String toString()
toString 在类中 java.lang.Object