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 FrameTypeFrame. _frameTypeMethods in com.strobel.assembler.ir that return FrameType Modifier and Type Method Description FrameTypeFrame. getFrameType()static FrameTypeFrameType. 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.RuntimeExceptionError. 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)
-