Class AttributeStackMapTable.StackMapFrameChopFrame

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private short frame_type  
      private int offset_delta  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StackMapFrameChopFrame​(short frame_type, int offset_delta)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • frame_type

        private final short frame_type
      • offset_delta

        private final int offset_delta
    • Constructor Detail

      • StackMapFrameChopFrame

        private StackMapFrameChopFrame​(short frame_type,
                                       int offset_delta)