org.apache.bcel.generic

Class ClassElementValueGen

public class ClassElementValueGen extends ElementValueGen

Constructor Summary
protected ClassElementValueGen(int typeIdx, ConstantPoolGen cpool)
ClassElementValueGen(ObjectType t, ConstantPoolGen cpool)
ClassElementValueGen(ClassElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries)
Method Summary
voiddump(DataOutputStream dos)
StringgetClassString()
ElementValuegetElementValue()
Return immutable variant of this ClassElementValueGen
intgetIndex()
StringstringifyValue()

Constructor Detail

ClassElementValueGen

protected ClassElementValueGen(int typeIdx, ConstantPoolGen cpool)

ClassElementValueGen

public ClassElementValueGen(ObjectType t, ConstantPoolGen cpool)

ClassElementValueGen

public ClassElementValueGen(ClassElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries)

Method Detail

dump

public void dump(DataOutputStream dos)

getClassString

public String getClassString()

getElementValue

public ElementValue getElementValue()
Return immutable variant of this ClassElementValueGen

getIndex

public int getIndex()

stringifyValue

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