private static class Generator.GenBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Node.Nodes |
body |
private java.io.CharArrayWriter |
charWriter |
private Node |
node |
protected ServletWriter |
out |
Constructor and Description |
---|
GenBuffer() |
GenBuffer(Node n,
Node.Nodes b) |
Modifier and Type | Method and Description |
---|---|
private static void |
adjustJavaLine(Node n,
int offset) |
void |
adjustJavaLines(int offset)
Adjust the Java Lines.
|
ServletWriter |
getOut() |
java.lang.String |
toString() |
private Node node
private Node.Nodes body
private java.io.CharArrayWriter charWriter
protected ServletWriter out
GenBuffer()
GenBuffer(Node n, Node.Nodes b)
public ServletWriter getOut()
public java.lang.String toString()
toString
in class java.lang.Object
public void adjustJavaLines(int offset)
private static void adjustJavaLine(Node n, int offset)