Uses of Class
org.apache.bcel.classfile.AnnotationEntry

Packages that use AnnotationEntry
org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. 
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. 
 

Uses of AnnotationEntry in org.apache.bcel.classfile
 

Fields in org.apache.bcel.classfile declared as AnnotationEntry
protected  AnnotationEntry[] FieldOrMethod.annotationEntries
           
 

Methods in org.apache.bcel.classfile that return AnnotationEntry
 AnnotationEntry[] FieldOrMethod.getAnnotationEntries()
           
 AnnotationEntry[] JavaClass.getAnnotationEntries()
           
 AnnotationEntry[] Annotations.getAnnotationEntries()
          returns the array of annotation entries in this annotation
 AnnotationEntry[] ParameterAnnotationEntry.getAnnotationEntries()
          returns the array of annotation entries in this annotation
 AnnotationEntry AnnotationElementValue.getAnnotationEntry()
           
static AnnotationEntry AnnotationEntry.read(DataInputStream file, ConstantPool constant_pool, boolean isRuntimeVisible)
           
 

Methods in org.apache.bcel.classfile with parameters of type AnnotationEntry
 void FieldOrMethod.addAnnotationEntry(AnnotationEntry a)
           
 void Annotations.setAnnotationTable(AnnotationEntry[] annotation_table)
           
 void Visitor.visitAnnotationEntry(AnnotationEntry obj)
           
 void EmptyVisitor.visitAnnotationEntry(AnnotationEntry obj)
           
 void DescendingVisitor.visitAnnotationEntry(AnnotationEntry annotationEntry)
           
 

Constructors in org.apache.bcel.classfile with parameters of type AnnotationEntry
AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool)
           
Annotations(byte annotation_type, int name_index, int length, AnnotationEntry[] annotation_table, ConstantPool constant_pool, boolean isRuntimeVisible)
           
 

Uses of AnnotationEntry in org.apache.bcel.generic
 

Methods in org.apache.bcel.generic that return AnnotationEntry
 AnnotationEntry AnnotationEntryGen.getAnnotation()
          Retrieve an immutable version of this AnnotationGen
 

Constructors in org.apache.bcel.generic with parameters of type AnnotationEntry
AnnotationEntryGen(AnnotationEntry a, ConstantPoolGen cpool, boolean copyPoolEntries)
          Here we are taking a fixed annotation of type Annotation and building a modifiable AnnotationGen object.
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.