Package edu.umd.cs.findbugs.ba
Class AccessMethodDatabase.AccessMethodLocation
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.AccessMethodDatabase.AccessMethodLocation
-
- Enclosing class:
- AccessMethodDatabase
public static class AccessMethodDatabase.AccessMethodLocation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private MethodDescriptorcallerMethodprivate SourceLineAnnotationsourceLineAnnotation
-
Constructor Summary
Constructors Constructor Description AccessMethodLocation(MethodDescriptor callerMethod, SourceLineAnnotation sourceLineAnnotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodDescriptorgetCallerMethod()SourceLineAnnotationgetSourceLineAnnotation()
-
-
-
Field Detail
-
callerMethod
private MethodDescriptor callerMethod
-
sourceLineAnnotation
private SourceLineAnnotation sourceLineAnnotation
-
-
Constructor Detail
-
AccessMethodLocation
public AccessMethodLocation(MethodDescriptor callerMethod, SourceLineAnnotation sourceLineAnnotation)
-
-
Method Detail
-
getCallerMethod
public MethodDescriptor getCallerMethod()
-
getSourceLineAnnotation
public SourceLineAnnotation getSourceLineAnnotation()
-
-