gnu.bytecode
Class AnnotationEntry

java.lang.Object
  extended by gnu.bytecode.AnnotationEntry
All Implemented Interfaces:
java.lang.annotation.Annotation

public class AnnotationEntry
extends java.lang.Object
implements java.lang.annotation.Annotation

A placeholder for future annotation support.


Constructor Summary
AnnotationEntry()
           
 
Method Summary
 void addMember(java.lang.String name, java.lang.Object value)
           
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 boolean equals(java.lang.Object obj)
           
 ClassType getAnnotationType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationEntry

public AnnotationEntry()
Method Detail

getAnnotationType

public ClassType getAnnotationType()

addMember

public void addMember(java.lang.String name,
                      java.lang.Object value)

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.lang.annotation.Annotation
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.lang.annotation.Annotation
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class java.lang.Object