Class RecordComponentInfo

java.lang.Object
org.apache.bcel.classfile.RecordComponentInfo
All Implemented Interfaces:
Node

public class RecordComponentInfo extends Object implements Node
Record component info from a record. Instances from this class maps every component from a given record.
Since:
6.9.0
See Also:
  • Constructor Details

  • Method Details

    • accept

      public void accept(Visitor v)
      Specified by:
      accept in interface Node
    • dump

      public void dump(DataOutputStream file) throws IOException
      Dumps contents into a file stream in binary format.
      Parameters:
      file - Output file stream
      Throws:
      IOException - if an I/O error occurs.
    • getAttributes

      Gets all attributes.
      Returns:
      all attributes.
    • getConstantPool

      Gets the constant pool.
      Returns:
      Constant pool.
    • getDescriptorIndex

      public int getDescriptorIndex()
      Gets the description index.
      Returns:
      index in constant pool of this record component descriptor.
    • getIndex

      public int getIndex()
      Gets the name index.
      Returns:
      index in constant pool of this record component name.
    • toString

      public String toString()
      Converts this instance to a String suitable for debugging.
      Overrides:
      toString in class Object
      Returns:
      a String suitable for debugging.