|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreverificationErrorLocationType | |
|---|---|
| org.eclipse.mtj.preverifier.results | This package provides the model representing the preverification results. |
| Uses of PreverificationErrorLocationType in org.eclipse.mtj.preverifier.results |
|---|
| Fields in org.eclipse.mtj.preverifier.results declared as PreverificationErrorLocationType | |
|---|---|
static PreverificationErrorLocationType |
PreverificationErrorLocationType.CLASS_DEFINITION
A class declaration |
static PreverificationErrorLocationType |
PreverificationErrorLocationType.CLASS_FIELD
A class field location |
static PreverificationErrorLocationType |
PreverificationErrorLocationType.METHOD_FIELD
A method field location |
static PreverificationErrorLocationType |
PreverificationErrorLocationType.METHOD_INSTRUCTION
A method instruction location |
static PreverificationErrorLocationType |
PreverificationErrorLocationType.METHOD_SIGNATURE
The method definition location |
static PreverificationErrorLocationType |
PreverificationErrorLocationType.UNKNOWN_LOCATION
The location of the error is unknown |
| Methods in org.eclipse.mtj.preverifier.results that return PreverificationErrorLocationType | |
|---|---|
PreverificationErrorLocationType |
PreverificationErrorLocation.getLocationType()
Return information about the type of the location in which the error occurred or null if there is not location type
information. |
| Constructors in org.eclipse.mtj.preverifier.results with parameters of type PreverificationErrorLocationType | |
|---|---|
PreverificationErrorLocation(PreverificationErrorLocationType locationType,
IClassErrorInformation classInformation,
IMethodErrorInformation methodInformation,
IFieldErrorInformation fieldInformation,
int lineNumber)
Construct a new location object. |
|
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||