Class ConstantPool.ConstCell

java.lang.Object
org.openjdk.asmtools.jasm.ConstantPool.ConstCell
Enclosing class:
ConstantPool

public static class ConstantPool.ConstCell extends Object
ConstantCell ConstantCell is a type of data that can be in a constant pool.
  • Method Details

    • getLength

      public int getLength()
    • write

      public void write(CheckedDataOutputStream out) throws IOException
      Throws:
      IOException
    • setRank

      public void setRank(int rank)
    • hashCode

      public int hashCode()
    • equals

      public boolean equals(Object obj)
      Compares this object to the specified object.
      Parameters:
      obj - the object to compare with
      Returns:
      true if the objects are the same; false otherwise.
    • isUnset

      public boolean isUnset()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • tabString

      default String tabString(int tabLevel)