static class InconsistentKeyNameCasing.SourceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
clsName |
(package private) boolean |
isStatic |
(package private) java.lang.String |
methodName |
(package private) java.lang.String |
signature |
(package private) edu.umd.cs.findbugs.SourceLineAnnotation |
srcLine |
Constructor and Description |
---|
SourceInfo(java.lang.String cls,
java.lang.String method,
java.lang.String sig,
boolean mStatic,
edu.umd.cs.findbugs.SourceLineAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.String clsName
java.lang.String methodName
java.lang.String signature
boolean isStatic
edu.umd.cs.findbugs.SourceLineAnnotation srcLine
Copyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.