|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.preverifier.results.PreverificationErrorLocation
public class PreverificationErrorLocation
The location of the error.
| Constructor Summary | |
|---|---|
PreverificationErrorLocation(PreverificationErrorLocationType locationType,
IClassErrorInformation classInformation,
IMethodErrorInformation methodInformation,
IFieldErrorInformation fieldInformation,
int lineNumber)
Construct a new location object. |
|
| Method Summary | |
|---|---|
IClassErrorInformation |
getClassInformation()
Return information about the class in which the error occurred or null if there is not class information. |
IFieldErrorInformation |
getFieldInformation()
Return information about the field in which the error occurred or null if there is not field information. |
int |
getLineNumber()
|
PreverificationErrorLocationType |
getLocationType()
Return information about the type of the location in which the error occurred or null if there is not location type
information. |
IMethodErrorInformation |
getMethodInformation()
Return information about the method in which the error occurred or null if there is not method information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreverificationErrorLocation(PreverificationErrorLocationType locationType,
IClassErrorInformation classInformation,
IMethodErrorInformation methodInformation,
IFieldErrorInformation fieldInformation,
int lineNumber)
locationType - classInformation - methodInformation - fieldInformation - lineNumber - | Method Detail |
|---|
public IClassErrorInformation getClassInformation()
null if there is not class information.
public IFieldErrorInformation getFieldInformation()
null if there is not field information.
public int getLineNumber()
public PreverificationErrorLocationType getLocationType()
null if there is not location type
information.
public IMethodErrorInformation getMethodInformation()
null if there is not method information.
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||