public abstract class BugAnnotationWithSourceLines extends Object implements BugAnnotation
| Modifier and Type | Field and Description |
|---|---|
protected String |
sourceFileName |
protected SourceLineAnnotation |
sourceLines |
MESSAGE_TAG| Constructor and Description |
|---|
BugAnnotationWithSourceLines() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getSourceFileName()
Get the source file name.
|
SourceLineAnnotation |
getSourceLines()
Get the SourceLineAnnotation describing the source lines where the method
is defined.
|
void |
setSourceLines(SourceLineAnnotation sourceLines)
Set a SourceLineAnnotation describing the source lines where the package
element is defined.
|
String |
toString(ClassAnnotation primaryClass) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, format, getDescription, isSignificant, setDescriptioncompareTowriteXMLwriteXMLprotected String sourceFileName
protected SourceLineAnnotation sourceLines
public Object clone()
clone in interface BugAnnotationclone in class Objectpublic final String getSourceFileName()
public void setSourceLines(SourceLineAnnotation sourceLines)
public SourceLineAnnotation getSourceLines()
public String toString(ClassAnnotation primaryClass)
toString in interface BugAnnotationCopyright © 2003–2015. All rights reserved.