Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.StackTypes
Packages that use StackTypes
Package
Description
-
Uses of StackTypes in org.benf.cfr.reader.bytecode.analysis.stack
Fields in org.benf.cfr.reader.bytecode.analysis.stack declared as StackTypesModifier and TypeFieldDescriptionprivate final StackTypes
StackDeltaImpl.consumed
private final StackTypes
StackDeltaImpl.produced
Methods in org.benf.cfr.reader.bytecode.analysis.stack that return StackTypesModifier and TypeMethodDescriptionStackDelta.getConsumed()
StackDeltaImpl.getConsumed()
StackDelta.getProduced()
StackDeltaImpl.getProduced()
Constructors in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackTypes -
Uses of StackTypes in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as StackTypesModifier and TypeFieldDescriptionprivate final StackTypes
StackType.asList
static final StackTypes
StackTypes.EMPTY
Methods in org.benf.cfr.reader.bytecode.analysis.types that return StackTypes -
Uses of StackTypes in org.benf.cfr.reader.bytecode.opcode
Fields in org.benf.cfr.reader.bytecode.opcode declared as StackTypesModifier and TypeFieldDescriptionprivate final StackTypes
JVMInstr.stackPopped
private final StackTypes
JVMInstr.stackPushed
Methods in org.benf.cfr.reader.bytecode.opcode that return StackTypesModifier and TypeMethodDescriptionJVMInstr.getRawStackPopped()
JVMInstr.getRawStackPushed()
(package private) static StackTypes
OperationFactoryDefault.getStackTypes
(StackSim stackSim, Integer... indexes) Constructors in org.benf.cfr.reader.bytecode.opcode with parameters of type StackTypesModifierConstructorDescriptionprivate
JVMInstr
(int opcode, int bytes, StackTypes popped, StackTypes pushed, RawJavaType rawJavaType) private
JVMInstr
(int opcode, int bytes, StackTypes popped, StackTypes pushed, RawJavaType rawJavaType, boolean noThrow) private
JVMInstr
(int opcode, int bytes, StackTypes popped, StackTypes pushed, RawJavaType rawJavaType, OperationFactory handler) private
JVMInstr
(int opcode, int bytes, StackTypes popped, StackTypes pushed, RawJavaType rawJavaType, OperationFactory handler, boolean noThrow)