Class ConstantPoolInfo

java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
All Implemented Interfaces:
ConstantTypes
Direct Known Subclasses:
ConstantClassInfo, ConstantDoubleInfo, ConstantFieldrefInfo, ConstantFloatInfo, ConstantIntegerInfo, ConstantInterfaceMethodrefInfo, ConstantInvokeDynamicInfo, ConstantLongInfo, ConstantMethodHandleInfo, ConstantMethodrefInfo, ConstantMethodTypeInfo, ConstantNameAndTypeInfo, ConstantStringInfo, ConstantUtf8Info

public abstract class ConstantPoolInfo extends Object implements ConstantTypes
Version:
1.0
  • Field Details

    • tag

      private int tag
  • Constructor Details

    • ConstantPoolInfo

      public ConstantPoolInfo(int tag)
      Constructor.
      Parameters:
      tag - The tag.
  • Method Details

    • getTag

      public int getTag()
      Returns the tag item for this structure.
      Returns:
      The tag item.