Class EnumElementValue


  • public class EnumElementValue
    extends ElementValue
    Since:
    6.0
    • Constructor Detail

      • EnumElementValue

        public EnumElementValue​(int type,
                                int typeIdx,
                                int valueIdx,
                                ConstantPool cpool)
    • Method Detail

      • dump

        public void dump​(java.io.DataOutputStream dos)
                  throws java.io.IOException
        Specified by:
        dump in class ElementValue
        Throws:
        java.io.IOException
      • getEnumTypeString

        public java.lang.String getEnumTypeString()
      • getEnumValueString

        public java.lang.String getEnumValueString()
      • getValueIndex

        public int getValueIndex()
      • getTypeIndex

        public int getTypeIndex()