alt.jiapi.file.attribute
Class AnnotationBase.Annotation

java.lang.Object
  extended by alt.jiapi.file.attribute.AnnotationBase.Annotation
Enclosing class:
AnnotationBase

public class AnnotationBase.Annotation
extends java.lang.Object

This class represents Annotiotion structure defined in class file format.

Author:
mika

Constructor Summary
AnnotationBase.Annotation(short typeIndex)
           
 
Method Summary
 void addElement(AnnotationBase.Element e)
           
 java.lang.String getAnnotationType()
           
 java.util.List getElements()
          Each entry is an instance of Element.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationBase.Annotation

public AnnotationBase.Annotation(short typeIndex)
Method Detail

addElement

public void addElement(AnnotationBase.Element e)

getAnnotationType

public java.lang.String getAnnotationType()

getElements

public java.util.List getElements()
Each entry is an instance of Element.

Returns:
elements of this annotation

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001. Documenation generated August 26 2011.