|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
IAnalyzerDescriptor |
getAnalyzer()
Returns the descriptor of the code analyzer that produced this message. |
int |
getAstObjectKind()
Returns this object's kind, encoded as an integer. |
java.lang.String |
getCompilationUnitName()
Returns the CompilationUnit object name from message location. |
int |
getEndColumn()
Returns the end column number of the the element for which this message was produced. |
int |
getEndLine()
Returns the end line number of the the element for which this message was produced. |
java.lang.String |
getFileName()
Returns the name of the source file containing the element for which this message was produced. |
java.lang.String |
getMessage()
Returns the unformatted text of this message. |
java.lang.String |
getMethodName()
Returns the Method object name from message location. |
java.lang.String |
getPackageName()
Returns the Package object name from message location. |
java.lang.String |
getProblemSeverity()
Returns the text description of the severity of the problem that caused this message. |
java.lang.String |
getProjectName()
Returns the Package object name from message location. |
int |
getStartColumn()
Returns the start column number of the the element for which this message was produced. |
int |
getStartLine()
Returns the start line number of the the element for which this message was produced. |
IReportMessage[] |
getSubMessages()
Method getSubMessages. |
java.lang.String |
getTypeName()
Returns the Type object name from message location. |
| Method Detail |
public IAnalyzerDescriptor getAnalyzer()
null if this message is not associated with any
code analyzer.public int getAstObjectKind()
public java.lang.String getCompilationUnitName()
null if location doesn't contains
CompilationUnit object.public int getEndColumn()
0)
if this message is not associated with any source fragment.public int getEndLine()
0)
if this message is not associated with any source fragment.public java.lang.String getFileName()
"") if this message is not associated with
any source file.public java.lang.String getMessage()
public java.lang.String getMethodName()
null if location doesn't contains
Method object.public java.lang.String getPackageName()
null if location doesn't contains
Package object.public java.lang.String getProblemSeverity()
public java.lang.String getProjectName()
null if location doesn't contains
Package object.public int getStartColumn()
0)
if this message is not associated with any source fragment.public int getStartLine()
0)
if this message is not associated with any source fragment.public IReportMessage[] getSubMessages()
public java.lang.String getTypeName()
null if location doesn't contains
Type object.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||