Uses of Interface
org.benf.cfr.reader.bytecode.opcode.OperationFactory
-
Packages that use OperationFactory Package Description org.benf.cfr.reader.bytecode.opcode -
-
Uses of OperationFactory in org.benf.cfr.reader.bytecode.opcode
Fields in org.benf.cfr.reader.bytecode.opcode declared as OperationFactory Modifier and Type Field Description private OperationFactory
JVMInstr. handler
Methods in org.benf.cfr.reader.bytecode.opcode that return OperationFactory Modifier and Type Method Description OperationFactory
OperationFactoryDefault.Handler. getHandler()
Constructors in org.benf.cfr.reader.bytecode.opcode with parameters of type OperationFactory Constructor Description JVMInstr(int opcode, int bytes, StackTypes popped, StackTypes pushed, RawJavaType rawJavaType, OperationFactory handler)
JVMInstr(int opcode, int bytes, StackTypes popped, StackTypes pushed, RawJavaType rawJavaType, OperationFactory handler, boolean noThrow)
-