Home
last modified time | relevance | path

Searched refs:getConstantPool (Results 1 – 25 of 2058) sorted by relevance

12345678910>>...83

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java112 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
220 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
221 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
226 super.getConstantPool().getConstantPool())); // sic in getField()
228 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
230 super.getConstantPool().getConstantPool()); // sic in getField()
248 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
250 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
252 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
254 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
H A DEnumElementValueGen.java68 getConstantPool().getConstantPool()); in getElementValue()
107 final ConstantUtf8 cu8 = (ConstantUtf8) getConstantPool().getConstant(valueIdx); in stringifyValue()
124 return ((ConstantUtf8) getConstantPool().getConstant(typeIdx)) in getEnumTypeString()
131 return ((ConstantUtf8) getConstantPool().getConstant(valueIdx)).getBytes(); in getEnumValueString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java112 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
220 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
221 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
226 super.getConstantPool().getConstantPool())); // sic in getField()
228 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
230 super.getConstantPool().getConstantPool()); // sic in getField()
248 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
250 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
252 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
254 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java112 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
220 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
221 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
226 super.getConstantPool().getConstantPool())); // sic in getField()
228 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
230 super.getConstantPool().getConstantPool()); // sic in getField()
248 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
250 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
252 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
254 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java112 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
220 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
221 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
226 super.getConstantPool().getConstantPool())); // sic in getField()
228 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
230 super.getConstantPool().getConstantPool()); // sic in getField()
248 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
250 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
252 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
254 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java112 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
220 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
221 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
226 super.getConstantPool().getConstantPool())); // sic in getField()
228 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
230 super.getConstantPool().getConstantPool()); // sic in getField()
248 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
250 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
252 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
254 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java108 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
205 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
206 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
211 super.getConstantPool().getConstantPool())); // sic in getField()
213 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
215 super.getConstantPool().getConstantPool()); // sic in getField()
232 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
234 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
236 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
238 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java112 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
220 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
221 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
226 super.getConstantPool().getConstantPool())); // sic in getField()
228 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
230 super.getConstantPool().getConstantPool()); // sic in getField()
248 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
250 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
252 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
254 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSimpleElementValueGen.java60 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
66 idx = getConstantPool().addLong(value); in SimpleElementValueGen()
72 idx = getConstantPool().addDouble(value); in SimpleElementValueGen()
78 idx = getConstantPool().addFloat(value); in SimpleElementValueGen()
84 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
90 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
96 idx = getConstantPool().addInteger(value); in SimpleElementValueGen()
103 idx = getConstantPool().addInteger(1); in SimpleElementValueGen()
105 idx = getConstantPool().addInteger(0); in SimpleElementValueGen()
112 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()
[all …]
H A DFieldGen.java113 final ConstantPool cp = super.getConstantPool().getConstantPool(); in setValue()
221 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()
222 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()
227 super.getConstantPool().getConstantPool())); // sic in getField()
229 addAnnotationsAsAttribute(super.getConstantPool()); in getField()
231 super.getConstantPool().getConstantPool()); // sic in getField()
249 return super.getConstantPool().addInteger(((Integer) value)); in addConstant()
251 return super.getConstantPool().addFloat(((Float) value)); in addConstant()
253 return super.getConstantPool().addDouble(((Double) value)); in addConstant()
255 return super.getConstantPool().addLong(((Long) value)); in addConstant()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DSimpleElementValue.java61 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
72 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
83 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
94 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
105 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
115 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
125 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
135 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
145 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
159 final ConstantPool cpool = super.getConstantPool(); in stringifyValue()

12345678910>>...83