Class ConstantMethodTypeInfo

java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
org.fife.rsta.ac.java.classreader.constantpool.ConstantMethodTypeInfo
All Implemented Interfaces:
ConstantTypes

public class ConstantMethodTypeInfo extends ConstantPoolInfo
Class representing a CONSTANT_MethodType structure.
Version:
1.0
  • Field Details

    • descriptorIndex

      private int descriptorIndex
  • Constructor Details

    • ConstantMethodTypeInfo

      public ConstantMethodTypeInfo(int descriptorIndex)
      Constructor.
      Parameters:
      descriptorIndex - The descriptor index.
  • Method Details

    • getDescriptorIndex

      public int getDescriptorIndex()
    • toString

      public String toString()
      Returns a string representation of this object. Useful for debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.