net.sf.rej.java.attribute.annotations
Class Annotation

java.lang.Object
  extended by net.sf.rej.java.attribute.annotations.Annotation

public class Annotation
extends java.lang.Object


Constructor Summary
Annotation(ByteParser parser, ConstantPool pool)
           
 
Method Summary
 int getElementValueCount()
           
 java.util.Map<java.lang.String,ElementValue> getElementValues()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Annotation

public Annotation(ByteParser parser,
                  ConstantPool pool)
Method Detail

getName

public java.lang.String getName()

getElementValueCount

public int getElementValueCount()

getElementValues

public java.util.Map<java.lang.String,ElementValue> getElementValues()

toString

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