org.eclipse.jetty.annotations
Class AnnotationFinder.AnnotatedStructure

java.lang.Object
  extended by org.objectweb.asm.commons.EmptyVisitor
      extended by org.eclipse.jetty.annotations.AnnotationFinder.AnnotatedStructure
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.ClassVisitor, org.objectweb.asm.FieldVisitor, org.objectweb.asm.MethodVisitor
Direct Known Subclasses:
AnnotationFinder.ParsedClass, AnnotationFinder.ParsedField, AnnotationFinder.ParsedMethod
Enclosing class:
AnnotationFinder

public static class AnnotationFinder.AnnotatedStructure
extends org.objectweb.asm.commons.EmptyVisitor

AnnotatedStructure Annotations on an object such as a class, field or method.


Constructor Summary
AnnotationFinder.AnnotatedStructure()
           
 
Method Summary
 org.objectweb.asm.AnnotationVisitor addAnnotation(String name)
           
 Map<String,Map<String,Object>> getAnnotations()
           
 String toString()
           
 
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor
visit, visit, visitAnnotation, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, visitEnum, visitField, visitFieldInsn, visitFrame, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationFinder.AnnotatedStructure

public AnnotationFinder.AnnotatedStructure()
Method Detail

addAnnotation

public org.objectweb.asm.AnnotationVisitor addAnnotation(String name)

getAnnotations

public Map<String,Map<String,Object>> getAnnotations()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.