N - The type of nodes in the interprocedural control-flow graph.D - The type of data-flow facts to computed by the tabulation problem.M - The type of objects used to represent methods.public interface ItemPrinter<N,D,M>
| Modifier and Type | Field and Description |
|---|---|
static ItemPrinter<java.lang.Object,java.lang.Object,java.lang.Object> |
DEFAULT_PRINTER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
printFact(D fact) |
java.lang.String |
printMethod(M method) |
java.lang.String |
printNode(N node,
M parentMethod) |
static final ItemPrinter<java.lang.Object,java.lang.Object,java.lang.Object> DEFAULT_PRINTER