| Package | Description |
|---|---|
| org.serversass | |
| org.serversass.ast |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.decIndent()
Decrements the indentation.
|
Output |
Output.incIndent()
Increments the indentation.
|
Output |
Output.lineBreak()
Outputs an indented line break in any case.
|
Output |
Output.optionalLineBreak()
Outputs an indented line break or a " " in case of minified output.
|
Output |
Output.output(Object value)
Outputs the given value as string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.generate(Output out)
Generates the final output into the given parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Section.generate(Output out)
Generates the final output into the given parameter.
|
Copyright © 2016. All rights reserved.