Uses of Interface
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocFactory
-
Packages that use BytecodeLocFactory Package Description org.benf.cfr.reader.bytecode org.benf.cfr.reader.bytecode.analysis.loc org.benf.cfr.reader.bytecode.analysis.opgraph -
-
Uses of BytecodeLocFactory in org.benf.cfr.reader.bytecode
Methods in org.benf.cfr.reader.bytecode with parameters of type BytecodeLocFactory Modifier and Type Method Description private void
CodeAnalyser. generateUnverifiable(int x, java.util.List<Op01WithProcessedDataAndByteJumps> op1list, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.Map<java.lang.Integer,java.lang.Integer> lutByIdx, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset, BytecodeLocFactory locFactory)
private void
CodeAnalyser. generateUnverifiableInstr(int offset, java.util.List<Op01WithProcessedDataAndByteJumps> op1list, java.util.List<Op02WithProcessedDataAndRefs> op2list, java.util.Map<java.lang.Integer,java.lang.Integer> lutByIdx, java.util.SortedMap<java.lang.Integer,java.lang.Integer> lutByOffset, BytecodeLocFactory locFactory)
-
Uses of BytecodeLocFactory in org.benf.cfr.reader.bytecode.analysis.loc
Classes in org.benf.cfr.reader.bytecode.analysis.loc that implement BytecodeLocFactory Modifier and Type Class Description class
BytecodeLocFactoryImpl
class
BytecodeLocFactoryStub
Fields in org.benf.cfr.reader.bytecode.analysis.loc declared as BytecodeLocFactory Modifier and Type Field Description static BytecodeLocFactory
BytecodeLocFactoryStub. INSTANCE
-
Uses of BytecodeLocFactory in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type BytecodeLocFactory Modifier and Type Method Description Op02WithProcessedDataAndRefs
Op01WithProcessedDataAndByteJumps. createOp2(ConstantPool cp, int index, BytecodeLocFactory locFactory, Method method)
-