Class SimpleElementValue
- java.lang.Object
- 
- org.apache.tomcat.util.bcel.classfile.ElementValue
- 
- org.apache.tomcat.util.bcel.classfile.SimpleElementValue
 
 
- 
 public class SimpleElementValue extends ElementValue 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tomcat.util.bcel.classfile.ElementValueANNOTATION, ARRAY, CLASS, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()java.lang.StringstringifyValue()- 
Methods inherited from class org.apache.tomcat.util.bcel.classfile.ElementValuereadElementValue, readElementValue
 
- 
 
- 
- 
- 
Method Detail- 
getIndexpublic int getIndex() - Returns:
- Value entry index in the cpool
 
 - 
stringifyValuepublic java.lang.String stringifyValue() - Specified by:
- stringifyValuein class- ElementValue
 
 
- 
 
-