|
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.PreverificationErrorLocationType
public class PreverificationErrorLocationType
Enumeration type to represent the location of a preverication error.
| Field Summary | |
|---|---|
static PreverificationErrorLocationType |
CLASS_DEFINITION
A class declaration |
static int |
CLASS_DEFINITION_CODE
The code representing a class declaration |
static PreverificationErrorLocationType |
CLASS_FIELD
A class field location |
static int |
CLASS_FIELD_CODE
The code representing a class field |
static PreverificationErrorLocationType |
METHOD_FIELD
A method field location |
static int |
METHOD_FIELD_CODE
The code representing a method field definition error |
static PreverificationErrorLocationType |
METHOD_INSTRUCTION
A method instruction location |
static int |
METHOD_INSTRUCTION_CODE
The method instruction location code |
static PreverificationErrorLocationType |
METHOD_SIGNATURE
The method definition location |
static int |
METHOD_SIGNATURE_CODE
The code representing a method definition error |
static PreverificationErrorLocationType |
UNKNOWN_LOCATION
The location of the error is unknown |
static int |
UNKNOWN_LOCATION_CODE
The code when the location of the error is unknown |
| Method Summary | |
|---|---|
int |
getTypeCode()
Return the location type code. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int CLASS_DEFINITION_CODE
public static final PreverificationErrorLocationType CLASS_DEFINITION
public static final int CLASS_FIELD_CODE
public static final PreverificationErrorLocationType CLASS_FIELD
public static final int METHOD_SIGNATURE_CODE
public static final PreverificationErrorLocationType METHOD_SIGNATURE
public static final int METHOD_FIELD_CODE
public static final PreverificationErrorLocationType METHOD_FIELD
public static final int METHOD_INSTRUCTION_CODE
public static final PreverificationErrorLocationType METHOD_INSTRUCTION
public static final int UNKNOWN_LOCATION_CODE
public static final PreverificationErrorLocationType UNKNOWN_LOCATION
| Method Detail |
|---|
public int getTypeCode()
public String toString()
toString in class ObjectObject.toString()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||