Package | Description |
---|---|
org.benf.cfr.reader.bytecode | |
org.benf.cfr.reader.bytecode.analysis.loc | |
org.benf.cfr.reader.bytecode.analysis.opgraph |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
BytecodeLocFactoryImpl |
class |
BytecodeLocFactoryStub |
Modifier and Type | Field and Description |
---|---|
static BytecodeLocFactory |
BytecodeLocFactoryStub.INSTANCE |
Modifier and Type | Method and Description |
---|---|
Op02WithProcessedDataAndRefs |
Op01WithProcessedDataAndByteJumps.createOp2(ConstantPool cp,
int index,
BytecodeLocFactory locFactory,
Method method) |