Class PrettyPrinter
java.lang.Object
org.openprovenance.prov.template.compiler.sql.PrettyPrinter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
colorEnd
-
GREEN_256
-
RED256
-
ORANGE256
-
GREEN3_256
-
PURPLE256
-
END256
-
-
Constructor Details
-
PrettyPrinter
-
-
Method Details
-
getOutputStream
-
writeBlue
-
writeOrange
-
writeGreen
-
writeRed
-
writePurple
-
write
-
write0
-
begin
public void begin(int n) -
end
public void end() -
allowBreak
public void allowBreak(int n) -
newline
public void newline(int n) -
color
-
color256
-
flush
public void flush() -
comma
public void comma() -
open
public void open() -
close
public void close()
-