Class BufferedCodeWriter
java.lang.Object
org.teavm.backend.c.generate.CodeWriter
org.teavm.backend.c.generate.BufferedCodeWriter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CodeWriter
indent, outdent, print, println, println, printStrictType, printType, printType, strictTypeAsString, typeAsString
-
Constructor Details
-
BufferedCodeWriter
public BufferedCodeWriter(boolean lineNumbersEmitted)
-
-
Method Details
-
writeTo
-
fragment
- Specified by:
fragmentin classCodeWriter
-
newLine
protected void newLine()- Specified by:
newLinein classCodeWriter
-
append
- Specified by:
appendin classCodeWriter
-
indentBy
protected void indentBy(int amount) - Specified by:
indentByin classCodeWriter
-
source
- Specified by:
sourcein classCodeWriter
-
nosource
public void nosource()- Specified by:
nosourcein classCodeWriter
-
flush
public void flush()- Specified by:
flushin classCodeWriter
-