Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.stack | |
org.benf.cfr.reader.bytecode.analysis.types | |
org.benf.cfr.reader.bytecode.opcode |
Modifier and Type | Field and Description |
---|---|
private StackTypes |
StackDeltaImpl.consumed |
private StackTypes |
StackDeltaImpl.produced |
Modifier and Type | Method and Description |
---|---|
StackTypes |
StackDelta.getConsumed() |
StackTypes |
StackDeltaImpl.getConsumed() |
StackTypes |
StackDelta.getProduced() |
StackTypes |
StackDeltaImpl.getProduced() |
Constructor and Description |
---|
StackDeltaImpl(StackTypes consumed,
StackTypes produced) |
Modifier and Type | Field and Description |
---|---|
private StackTypes |
StackType.asList |
static StackTypes |
StackTypes.EMPTY |
Modifier and Type | Method and Description |
---|---|
StackTypes |
StackType.asList() |
Modifier and Type | Field and Description |
---|---|
private StackTypes |
JVMInstr.stackPopped |
private StackTypes |
JVMInstr.stackPushed |
Modifier and Type | Method and Description |
---|---|
StackTypes |
JVMInstr.getRawStackPopped() |
StackTypes |
JVMInstr.getRawStackPushed() |
(package private) static StackTypes |
OperationFactoryDefault.getStackTypes(StackSim stackSim,
java.lang.Integer... indexes) |
Constructor and Description |
---|
JVMInstr(int opcode,
int bytes,
StackTypes popped,
StackTypes pushed,
RawJavaType rawJavaType) |
JVMInstr(int opcode,
int bytes,
StackTypes popped,
StackTypes pushed,
RawJavaType rawJavaType,
boolean noThrow) |
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) |