org.apache.bcel.classfile

Class ClassElementValue

public class ClassElementValue extends ElementValue

Constructor Summary
ClassElementValue(int type, int idx, ConstantPool cpool)
Method Summary
voiddump(DataOutputStream dos)
StringgetClassString()
intgetIndex()
StringstringifyValue()

Constructor Detail

ClassElementValue

public ClassElementValue(int type, int idx, ConstantPool cpool)

Method Detail

dump

public void dump(DataOutputStream dos)

getClassString

public String getClassString()

getIndex

public int getIndex()

stringifyValue

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