Class LineArrayListWriter
java.lang.Object
java.io.Writer
ghidra.sleigh.grammar.LineArrayListWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected intprotected ArrayList<StringBuilder> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lines
-
lineno
protected int lineno -
LINE_SEPARATOR
-
-
Constructor Details
-
LineArrayListWriter
public LineArrayListWriter()
-
-
Method Details
-
newLine
public void newLine() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
getLines
-
toString
-