Class EnumElementValueGen

    • Constructor Detail

      • EnumElementValueGen

        protected EnumElementValueGen​(int typeIdx,
                                      int valueIdx,
                                      ConstantPoolGen cpool)
        This ctor assumes the constant pool already contains the right type and value - as indicated by typeIdx and valueIdx. This ctor is used for deserialization
    • Method Detail

      • dump

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

        public java.lang.String getEnumTypeString()
      • getEnumValueString

        public java.lang.String getEnumValueString()
      • getValueIndex

        public int getValueIndex()
      • getTypeIndex

        public int getTypeIndex()