@Accessors public class IndentNode extends CompositeGeneratorNode
| Constructor and Description |
|---|
IndentNode(java.lang.String indentationString) |
IndentNode(java.lang.String indentationString,
boolean indentImmediately,
boolean indentEmptyLines) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndentationString() |
boolean |
isIndentEmptyLines() |
boolean |
isIndentImmediately() |
void |
setIndentationString(java.lang.String indentationString) |
void |
setIndentEmptyLines(boolean indentEmptyLines) |
void |
setIndentImmediately(boolean indentImmediately) |
getChildren, toStringpublic IndentNode(java.lang.String indentationString)
public IndentNode(java.lang.String indentationString,
boolean indentImmediately,
boolean indentEmptyLines)
@Pure public java.lang.String getIndentationString()
public void setIndentationString(java.lang.String indentationString)
@Pure public boolean isIndentImmediately()
public void setIndentImmediately(boolean indentImmediately)
@Pure public boolean isIndentEmptyLines()
public void setIndentEmptyLines(boolean indentEmptyLines)