Class ConstantNameAndType

java.lang.Object
org.jd.core.v1.model.classfile.constant.Constant
org.jd.core.v1.model.classfile.constant.ConstantNameAndType

public class ConstantNameAndType extends Constant
  • Field Details

    • nameIndex

      protected int nameIndex
    • descriptorIndex

      protected int descriptorIndex
  • Constructor Details

    • ConstantNameAndType

      public ConstantNameAndType(int nameIndex, int descriptorIndex)
  • Method Details

    • getNameIndex

      public int getNameIndex()
    • getDescriptorIndex

      public int getDescriptorIndex()