public class AnnotationBase extends Attribute
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationBase.Annotation
This class represents Annotiotion structure defined in class file format.
|
class |
AnnotationBase.Element
This class holds annotation element name value pairs.
|
class |
AnnotationBase.Value |
| Modifier | Constructor and Description |
|---|---|
protected |
AnnotationBase(ConstantPool cp,
short nameIndex,
int length,
java.io.DataInputStream dis) |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationBase.Annotation |
readAnnotation(java.io.DataInputStream dis) |
protected AnnotationBase.Value |
readElementValue(java.io.DataInputStream dis) |
getAttributeNameIndex, getBytes, getDataInputStream, getName, readAttribute, setConstantPool, toStringprotected AnnotationBase(ConstantPool cp, short nameIndex, int length, java.io.DataInputStream dis) throws java.io.IOException
java.io.IOExceptionprotected AnnotationBase.Annotation readAnnotation(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOExceptionprotected AnnotationBase.Value readElementValue(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOExceptionCopyright © 2001. Documenation generated January 12 2013.