public class ProofPrinter extends Object
| Constructor and Description |
|---|
ProofPrinter(OutputStream writer) |
ProofPrinter(PrintWriter writer) |
ProofPrinter(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
print(int depth,
Proof.State step) |
void |
print(Proof p) |
void |
printBoxContents(int depth,
Proof.State step) |
ProofPrinter |
setShowAll(boolean flag) |
ProofPrinter |
setWidth(int width) |
void |
tab(int indent) |
public ProofPrinter(OutputStream writer)
public ProofPrinter(Writer writer)
public ProofPrinter(PrintWriter writer)
public ProofPrinter setWidth(int width)
public ProofPrinter setShowAll(boolean flag)
public void flush()
public void print(Proof p)
public void print(int depth,
Proof.State step)
public void printBoxContents(int depth,
Proof.State step)
public void tab(int indent)
Copyright © 2017. All rights reserved.