Class AnnotationParser.MethodInfo
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationParser.MethodInfo
- Enclosing class:
- AnnotationParser
Immutable information gathered by parsing a method on a class.
-
Constructor Summary
ConstructorDescriptionMethodInfo
(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
-