Class Op03SimpleStatement.GraphVisitorCallee
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.Op03SimpleStatement.GraphVisitorCallee
- All Implemented Interfaces:
BinaryProcedure<Op03SimpleStatement, GraphVisitor<Op03SimpleStatement>>
- Enclosing class:
Op03SimpleStatement
public class Op03SimpleStatement.GraphVisitorCallee
extends Object
implements BinaryProcedure<Op03SimpleStatement, GraphVisitor<Op03SimpleStatement>>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcall(Op03SimpleStatement node, GraphVisitor<Op03SimpleStatement> graphVisitor)
-
Method Details
-
call
- Specified by:
callin interfaceBinaryProcedure<Op03SimpleStatement, GraphVisitor<Op03SimpleStatement>>
-