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 Link icon

  • Method Details Link icon

    • accept Link icon

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

      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 Link icon

      Gets all attributes.
      Returns:
      all attributes.
    • getConstantPool Link icon

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

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

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

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