Class ClassFile.StackMapTableAttribute.UninitializedVariableInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      short offset
      The code offset where the variable is declared.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int category()  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      void store​(java.io.DataOutputStream dos)
      Writes this object to an OutputStream, in "class file" format.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • offset

        public short offset
        The code offset where the variable is declared.
    • Constructor Detail

      • UninitializedVariableInfo

        public UninitializedVariableInfo​(short offset)