Index

A C F G H M N O P V _ 
All Classes and Interfaces|All Packages

A

AbstractHandler() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
AnnotationParser - Class in org.eclipse.jetty.annotations
AnnotationParser
AnnotationParser() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
 
AnnotationParser(int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
 
AnnotationParser.AbstractHandler - Class in org.eclipse.jetty.annotations
Convenience base class to provide no-ops for all Handler methods.
AnnotationParser.ClassInfo - Class in org.eclipse.jetty.annotations
Immutable information gathered by parsing class header.
AnnotationParser.FieldInfo - Class in org.eclipse.jetty.annotations
Immutable information gathered by parsing a field on a class.
AnnotationParser.Handler - Interface in org.eclipse.jetty.annotations
Signature for all handlers that respond to parsing class files.
AnnotationParser.MethodInfo - Class in org.eclipse.jetty.annotations
Immutable information gathered by parsing a method on a class.
AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
ASM visitor for a class.
AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.annotations
An ASM visitor for parsing Fields.
AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.annotations
ASM Visitor for parsing a method.

C

ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
ClassInheritanceHandler - Class in org.eclipse.jetty.annotations
As asm scans for classes, remember the type hierarchy.
ClassInheritanceHandler(Map<String, Set<String>>) - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
 

F

FieldInfo(AnnotationParser.ClassInfo, String, int, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 

G

getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getClassName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getContainingResource() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getDesc() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getExceptions() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getFieldName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getFieldType() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getInterfaces() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getMethodName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
getSuperName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 
getValue() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
 
getVersion() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
 

H

handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.annotations.ClassInheritanceHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.ClassInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.FieldInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.MethodInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 
handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
 
handle(AnnotationParser.MethodInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
 

M

MethodInfo(AnnotationParser.ClassInfo, String, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
 
MyClassVisitor(Set<? extends AnnotationParser.Handler>, Resource, int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
MyFieldVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, Object, int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor
 
MyMethodVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, String[], int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyMethodVisitor
 

N

normalize(String) - Static method in class org.eclipse.jetty.annotations.AnnotationParser
Convert internal name to simple name
normalize(String[]) - Static method in class org.eclipse.jetty.annotations.AnnotationParser
Convert internal names to simple names.

O

org.eclipse.jetty.annotations - module org.eclipse.jetty.annotations
 
org.eclipse.jetty.annotations - package org.eclipse.jetty.annotations
 

P

parse(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a resource
parseClass(Set<? extends AnnotationParser.Handler>, Resource, Path) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Deprecated, for removal: This API element is subject to removal in a future version.
use AnnotationParser.parseClass(Set, Resource, Resource) instead (which uses Resource instead of Path)
parseClass(Set<? extends AnnotationParser.Handler>, Resource, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Use ASM on a class
parseDir(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse all classes in a directory
parseJar(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
Parse a resource that is a jar file.

V

visit(int, int, String, String, String, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
 
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
Visit an annotation on a Class
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor
Parse an annotation found on a Field.
visitAnnotation(String, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyMethodVisitor
We are only interested in finding the annotations on methods.
visitField(int, String, String, String, Object) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
Visit a field to extract its annotations
visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
Visit a method to extract its annotations

_

_parsedClassNames - Variable in class org.eclipse.jetty.annotations.AnnotationParser
Map of classnames scanned and the first location from which scan occurred
A C F G H M N O P V _ 
All Classes and Interfaces|All Packages