Class AnnotationParser.MethodInfo
java.lang.Object
org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- Enclosing class:
 AnnotationParser
Immutable information gathered by parsing a method on a class.
- 
Constructor Summary
ConstructorsConstructorDescriptionMethodInfo(AnnotationParser.ClassInfo classInfo, String methodName, int access, String desc, String signature, String[] exceptions)  - 
Method Summary
 
- 
Constructor Details
- 
MethodInfo
public MethodInfo(AnnotationParser.ClassInfo classInfo, String methodName, int access, String desc, String signature, String[] exceptions)  
 - 
 - 
Method Details
- 
getClassInfo
 - 
getMethodName
 - 
getAccess
public int getAccess() - 
getDesc
 - 
getSignature
 - 
getExceptions
 
 -