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