Package org.eclipse.jetty.annotations
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.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final AnnotationParser.ClassInfo
(package private) final String
(package private) final String[]
(package private) final String
(package private) final String
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInfo
(AnnotationParser.ClassInfo classInfo, String methodName, int access, String desc, String signature, String[] exceptions) -
Method Summary
-
Field Details
-
_classInfo
-
_methodName
-
_access
final int _access -
_desc
-
_signature
-
_exceptions
-
-
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
-