Class SimpleElementValue

    • Constructor Detail

      • SimpleElementValue

        protected SimpleElementValue​(int type,
                                     int idx,
                                     ConstantPool cpGen)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  int value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  long value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  double value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  float value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  short value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  byte value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  char value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  boolean value)
      • SimpleElementValue

        public SimpleElementValue​(int type,
                                  ConstantPool cpGen,
                                  String value)
    • Method Detail

      • getValueByte

        public byte getValueByte()
      • getValueChar

        public char getValueChar()
      • getValueLong

        public long getValueLong()
      • getValueFloat

        public float getValueFloat()
      • getValueDouble

        public double getValueDouble()
      • getValueBoolean

        public boolean getValueBoolean()
      • getValueShort

        public short getValueShort()
      • getIndex

        public int getIndex()
      • getValueString

        public String getValueString()
      • getValueInt

        public int getValueInt()