Uses of Class
com.strobel.assembler.ir.FrameType
-
Packages that use FrameType Package Description com.strobel.assembler.ir -
-
Uses of FrameType in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FrameType Modifier and Type Field Description private FrameType
Frame. _frameType
Methods in com.strobel.assembler.ir that return FrameType Modifier and Type Method Description FrameType
Frame. getFrameType()
static FrameType
FrameType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrameType[]
FrameType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.assembler.ir with parameters of type FrameType Modifier and Type Method Description static java.lang.RuntimeException
Error. stackMapperCalledWithUnexpandedFrame(FrameType frameType)
Constructors in com.strobel.assembler.ir with parameters of type FrameType Constructor Description Frame(FrameType frameType, FrameValue[] localValues, FrameValue[] stackValues)
Frame(FrameType frameType, java.util.List<FrameValue> localValues, java.util.List<FrameValue> stackValues)
-