Uses of Interface
org.benf.cfr.reader.bytecode.analysis.loc.BytecodeLocFactory
Packages that use BytecodeLocFactory
Package
Description
-
Uses of BytecodeLocFactory in org.benf.cfr.reader.bytecode
Methods in org.benf.cfr.reader.bytecode with parameters of type BytecodeLocFactoryModifier and TypeMethodDescriptionprivate void
CodeAnalyser.generateUnverifiable
(int x, List<Op01WithProcessedDataAndByteJumps> op1list, List<Op02WithProcessedDataAndRefs> op2list, Map<Integer, Integer> lutByIdx, SortedMap<Integer, Integer> lutByOffset, BytecodeLocFactory locFactory) private void
CodeAnalyser.generateUnverifiableInstr
(int offset, List<Op01WithProcessedDataAndByteJumps> op1list, List<Op02WithProcessedDataAndRefs> op2list, Map<Integer, Integer> lutByIdx, SortedMap<Integer, 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 BytecodeLocFactoryFields in org.benf.cfr.reader.bytecode.analysis.loc declared as BytecodeLocFactory -
Uses of BytecodeLocFactory in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type BytecodeLocFactoryModifier and TypeMethodDescriptionOp01WithProcessedDataAndByteJumps.createOp2
(ConstantPool cp, int index, BytecodeLocFactory locFactory, Method method)