Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph | |
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters | |
org.benf.cfr.reader.util.graph |
Modifier and Type | Class and Description |
---|---|
class |
Op03SimpleStatement.GraphVisitorCallee |
Modifier and Type | Class and Description |
---|---|
static class |
Misc.GraphVisitorBlockReachable |
private static class |
Misc.GraphVisitorReachableInThese |
private static class |
SwitchReplacer.NodeReachable |
private static class |
SwitchReplacer.NodesReachedUntil |
Modifier and Type | Field and Description |
---|---|
private BinaryProcedure<T,GraphVisitor<T>> |
AbstractGraphVisitorFI.callee |
private BinaryProcedure<T,GraphVisitor<T>> |
GraphVisitorDFS.callee |
Constructor and Description |
---|
AbstractGraphVisitorFI(T first,
BinaryProcedure<T,GraphVisitor<T>> callee) |
GraphVisitorDFS(java.util.Collection<? extends T> first,
BinaryProcedure<T,GraphVisitor<T>> callee) |
GraphVisitorDFS(T first,
BinaryProcedure<T,GraphVisitor<T>> callee) |
GraphVisitorFIFO(T first,
BinaryProcedure<T,GraphVisitor<T>> callee) |