org.apache.bcel.classfile

Class EnumElementValue

public class EnumElementValue extends ElementValue

Constructor Summary
EnumElementValue(int type, int typeIdx, int valueIdx, ConstantPool cpool)
Method Summary
voiddump(DataOutputStream dos)
StringgetEnumTypeString()
StringgetEnumValueString()
intgetTypeIndex()
intgetValueIndex()
StringstringifyValue()

Constructor Detail

EnumElementValue

public EnumElementValue(int type, int typeIdx, int valueIdx, ConstantPool cpool)

Method Detail

dump

public void dump(DataOutputStream dos)

getEnumTypeString

public String getEnumTypeString()

getEnumValueString

public String getEnumValueString()

getTypeIndex

public int getTypeIndex()

getValueIndex

public int getValueIndex()

stringifyValue

public String stringifyValue()
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.