Class FullFrame


  • public class FullFrame
    extends StackMapFrame
    Represents a FullFrame in the StackMapTable attribute.
    • Constructor Detail

      • FullFrame

        public FullFrame​(int frameType,
                         ClassFile classFile,
                         ConstPool constPool)
        Constructs a FullFrame by reading from a class file.
        Parameters:
        frameType - the raw frame type tag
        classFile - the class file positioned at the frame body, read from as a side effect
        constPool - the constant pool used to resolve object verification types
      • FullFrame

        public FullFrame​(int offsetDelta,
                         List<VerificationTypeInfo> locals,
                         List<VerificationTypeInfo> stack)
        Constructs a FullFrame programmatically.
        Parameters:
        offsetDelta - the offset delta from the previous frame
        locals - the local variable types
        stack - the operand stack types