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 | Method and Description |
---|---|
void |
Op03SimpleStatement.GraphVisitorCallee.call(Op03SimpleStatement node,
GraphVisitor<Op03SimpleStatement> graphVisitor) |
Modifier and Type | Method and Description |
---|---|
void |
Misc.GraphVisitorBlockReachable.call(Op03SimpleStatement arg1,
GraphVisitor<Op03SimpleStatement> arg2) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphVisitorFI<T> |
class |
GraphVisitorDFS<T> |
class |
GraphVisitorFIFO<T> |
Constructor and Description |
---|
GraphVisitorDFS(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) |
Copyright © 2011-2021. All Rights Reserved.