org.apache.bcel.generic

Class AnnotationElementValueGen

public class AnnotationElementValueGen extends ElementValueGen

Constructor Summary
AnnotationElementValueGen(AnnotationEntryGen a, ConstantPoolGen cpool)
AnnotationElementValueGen(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool)
AnnotationElementValueGen(AnnotationElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries)
Method Summary
voiddump(DataOutputStream dos)
AnnotationEntryGengetAnnotation()
ElementValuegetElementValue()
Return immutable variant of this AnnotationElementValueGen
StringstringifyValue()

Constructor Detail

AnnotationElementValueGen

public AnnotationElementValueGen(AnnotationEntryGen a, ConstantPoolGen cpool)

AnnotationElementValueGen

public AnnotationElementValueGen(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool)

AnnotationElementValueGen

public AnnotationElementValueGen(AnnotationElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries)

Method Detail

dump

public void dump(DataOutputStream dos)

getAnnotation

public AnnotationEntryGen getAnnotation()

getElementValue

public ElementValue getElementValue()
Return immutable variant of this AnnotationElementValueGen

stringifyValue

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