public class JSPrintWriter extends Object
| Constructor and Description |
|---|
JSPrintWriter(Writer out,
JSMinifier minifier,
SourceMapWriter sourceMapWriter) |
| Modifier and Type | Method and Description |
|---|---|
JSPrintWriter |
assign() |
void |
assignPositionToSourceFile(DebugPosition aPosition) |
void |
assignSymbolToSourceFile(String aSymbol,
DebugPosition aPosition) |
JSPrintWriter |
colon() |
void |
flush() |
JSPrintWriter |
label(Label label) |
JSPrintWriter |
newLine() |
JSPrintWriter |
print(String aText) |
JSPrintWriter |
space() |
JSPrintWriter |
symbol(String aSymbol,
DebugPosition aPositionl) |
JSPrintWriter |
tab() |
JSPrintWriter |
tab(int num) |
JSPrintWriter |
text(String aText) |
public JSPrintWriter(Writer out, JSMinifier minifier, SourceMapWriter sourceMapWriter)
public JSPrintWriter print(String aText)
public JSPrintWriter tab()
public JSPrintWriter tab(int num)
public JSPrintWriter space()
public JSPrintWriter text(String aText)
public JSPrintWriter symbol(String aSymbol, DebugPosition aPositionl)
public void assignPositionToSourceFile(DebugPosition aPosition)
public void assignSymbolToSourceFile(String aSymbol, DebugPosition aPosition)
public JSPrintWriter newLine()
public JSPrintWriter colon()
public JSPrintWriter assign()
public JSPrintWriter label(Label label)
public void flush()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.