Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.StackTypes
-
Packages that use StackTypes Package Description org.benf.cfr.reader.bytecode.analysis.stack org.benf.cfr.reader.bytecode.analysis.types org.benf.cfr.reader.bytecode.opcode -
-
Uses of StackTypes in org.benf.cfr.reader.bytecode.analysis.stack
Fields in org.benf.cfr.reader.bytecode.analysis.stack declared as StackTypes Modifier and Type Field Description private StackTypes
StackDeltaImpl. consumed
private StackTypes
StackDeltaImpl. produced
Methods in org.benf.cfr.reader.bytecode.analysis.stack that return StackTypes Modifier and Type Method Description StackTypes
StackDelta. getConsumed()
StackTypes
StackDeltaImpl. getConsumed()
StackTypes
StackDelta. getProduced()
StackTypes
StackDeltaImpl. getProduced()
Constructors in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackTypes Constructor Description StackDeltaImpl(StackTypes consumed, StackTypes produced)
-
Uses of StackTypes in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as StackTypes Modifier and Type Field Description private StackTypes
StackType. asList
static StackTypes
StackTypes. EMPTY
Methods in org.benf.cfr.reader.bytecode.analysis.types that return StackTypes Modifier and Type Method Description StackTypes
StackType. asList()
-
Uses of StackTypes in org.benf.cfr.reader.bytecode.opcode
Fields in org.benf.cfr.reader.bytecode.opcode declared as StackTypes Modifier and Type Field Description private StackTypes
JVMInstr. stackPopped
private StackTypes
JVMInstr. stackPushed
Methods in org.benf.cfr.reader.bytecode.opcode that return StackTypes Modifier and Type Method Description StackTypes
JVMInstr. getRawStackPopped()
StackTypes
JVMInstr. getRawStackPushed()
(package private) static StackTypes
OperationFactoryDefault. getStackTypes(StackSim stackSim, java.lang.Integer... indexes)
Constructors in org.benf.cfr.reader.bytecode.opcode with parameters of type StackTypes Constructor 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)
-