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<Object,Object,Object> |
DEFAULT_PRINTER |
Modifier and Type | Method and Description |
---|---|
String |
printFact(D fact) |
String |
printMethod(M method) |
String |
printNode(N node,
M parentMethod) |
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.