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 StackTypesStackDeltaImpl. consumedprivate StackTypesStackDeltaImpl. producedMethods in org.benf.cfr.reader.bytecode.analysis.stack that return StackTypes Modifier and Type Method Description StackTypesStackDelta. getConsumed()StackTypesStackDeltaImpl. getConsumed()StackTypesStackDelta. getProduced()StackTypesStackDeltaImpl. 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 StackTypesStackType. asListstatic StackTypesStackTypes. EMPTYMethods in org.benf.cfr.reader.bytecode.analysis.types that return StackTypes Modifier and Type Method Description StackTypesStackType. 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 StackTypesJVMInstr. stackPoppedprivate StackTypesJVMInstr. stackPushedMethods in org.benf.cfr.reader.bytecode.opcode that return StackTypes Modifier and Type Method Description StackTypesJVMInstr. getRawStackPopped()StackTypesJVMInstr. getRawStackPushed()(package private) static StackTypesOperationFactoryDefault. 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)
-