Package ghidra.sleigh.grammar
Class LineArrayListWriter
java.lang.Object
java.io.Writer
ghidra.sleigh.grammar.LineArrayListWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Field Details
-
lines
-
lineno
protected int lineno -
LINE_SEPARATOR
-
-
Constructor Details
-
LineArrayListWriter
public LineArrayListWriter()
-
-
Method Details
-
newLine
public void newLine() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
getLines
-
toString
-