|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.hyades.models.internal.probekit.DataType
public final class DataType
A representation of the literals of the enumeration 'Data Type', and utility methods for working with them.
ProbekitPackage.getDataType()| Field Summary | |
|---|---|
static int |
ARGS
The 'Args' literal value |
static DataType |
ARGS_LITERAL
The 'Args' literal object |
static int |
CLASS_NAME
The 'Class Name' literal value |
static DataType |
CLASS_NAME_LITERAL
The 'Class Name' literal object |
static int |
CLASS_SOURCE_FILE
The 'Class Source File' literal value |
static DataType |
CLASS_SOURCE_FILE_LITERAL
The 'Class Source File' literal object |
static int |
EXCEPTION_OBJECT
The 'Exception Object' literal value |
static DataType |
EXCEPTION_OBJECT_LITERAL
The 'Exception Object' literal object |
static int |
EXECUTABLE_UNIT_NUMBER
The 'Executable Unit Number' literal value |
static DataType |
EXECUTABLE_UNIT_NUMBER_LITERAL
The 'Executable Unit Number' literal object |
static int |
IS_FINALLY
The 'Is Finally' literal value |
static DataType |
IS_FINALLY_LITERAL
The 'Is Finally' literal object |
static int |
METHOD_LINE_TABLES
The 'Method Line Tables' literal value |
static DataType |
METHOD_LINE_TABLES_LITERAL
The 'Method Line Tables' literal object |
static int |
METHOD_NAME
The 'Method Name' literal value |
static DataType |
METHOD_NAME_LITERAL
The 'Method Name' literal object |
static int |
METHOD_NAMES
The 'Method Names' literal value |
static DataType |
METHOD_NAMES_LITERAL
The 'Method Names' literal object |
static int |
METHOD_NUMBER
The 'Method Number' literal value |
static DataType |
METHOD_NUMBER_LITERAL
The 'Method Number' literal object |
static int |
METHOD_SIG
The 'Method Sig' literal value |
static DataType |
METHOD_SIG_LITERAL
The 'Method Sig' literal object |
static int |
RETURNED_OBJECT
The 'Returned Object' literal value |
static DataType |
RETURNED_OBJECT_LITERAL
The 'Returned Object' literal object |
static int |
STATIC_FIELD
The 'Static Field' literal value |
static DataType |
STATIC_FIELD_LITERAL
The 'Static Field' literal object |
static int |
THIS_OBJECT
The 'This Object' literal value |
static DataType |
THIS_OBJECT_LITERAL
The 'This Object' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Data Type' enumerators |
| Method Summary | |
|---|---|
static DataType |
get(int value)
Returns the 'Data Type' literal with the specified value |
static DataType |
get(java.lang.String name)
Returns the 'Data Type' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, 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_NAME
CLASS_NAME_LITERAL,
Constant Field Valuespublic static final int METHOD_NAME
METHOD_NAME_LITERAL,
Constant Field Valuespublic static final int METHOD_SIG
METHOD_SIG_LITERAL,
Constant Field Valuespublic static final int THIS_OBJECT
THIS_OBJECT_LITERAL,
Constant Field Valuespublic static final int ARGS
ARGS_LITERAL,
Constant Field Valuespublic static final int RETURNED_OBJECT
RETURNED_OBJECT_LITERAL,
Constant Field Valuespublic static final int IS_FINALLY
IS_FINALLY_LITERAL,
Constant Field Valuespublic static final int EXCEPTION_OBJECT
EXCEPTION_OBJECT_LITERAL,
Constant Field Valuespublic static final int STATIC_FIELD
STATIC_FIELD_LITERAL,
Constant Field Valuespublic static final int CLASS_SOURCE_FILE
CLASS_SOURCE_FILE_LITERAL,
Constant Field Valuespublic static final int METHOD_NAMES
METHOD_NAMES_LITERAL,
Constant Field Valuespublic static final int METHOD_LINE_TABLES
METHOD_LINE_TABLES_LITERAL,
Constant Field Valuespublic static final int METHOD_NUMBER
METHOD_NUMBER_LITERAL,
Constant Field Valuespublic static final int EXECUTABLE_UNIT_NUMBER
EXECUTABLE_UNIT_NUMBER_LITERAL,
Constant Field Valuespublic static final DataType CLASS_NAME_LITERAL
If the meaning of 'Class Name' literal object isn't clear, there really should be more of a description here...
CLASS_NAMEpublic static final DataType METHOD_NAME_LITERAL
If the meaning of 'Method Name' literal object isn't clear, there really should be more of a description here...
METHOD_NAMEpublic static final DataType METHOD_SIG_LITERAL
If the meaning of 'Method Sig' literal object isn't clear, there really should be more of a description here...
METHOD_SIGpublic static final DataType THIS_OBJECT_LITERAL
If the meaning of 'This Object' literal object isn't clear, there really should be more of a description here...
THIS_OBJECTpublic static final DataType ARGS_LITERAL
If the meaning of 'Args' literal object isn't clear, there really should be more of a description here...
ARGSpublic static final DataType RETURNED_OBJECT_LITERAL
If the meaning of 'Returned Object' literal object isn't clear, there really should be more of a description here...
RETURNED_OBJECTpublic static final DataType IS_FINALLY_LITERAL
If the meaning of 'Is Finally' literal object isn't clear, there really should be more of a description here...
IS_FINALLYpublic static final DataType EXCEPTION_OBJECT_LITERAL
If the meaning of 'Exception Object' literal object isn't clear, there really should be more of a description here...
EXCEPTION_OBJECTpublic static final DataType STATIC_FIELD_LITERAL
If the meaning of 'Static Field' literal object isn't clear, there really should be more of a description here...
STATIC_FIELDpublic static final DataType CLASS_SOURCE_FILE_LITERAL
If the meaning of 'Class Source File' literal object isn't clear, there really should be more of a description here...
CLASS_SOURCE_FILEpublic static final DataType METHOD_NAMES_LITERAL
If the meaning of 'Method Names' literal object isn't clear, there really should be more of a description here...
METHOD_NAMESpublic static final DataType METHOD_LINE_TABLES_LITERAL
If the meaning of 'Method Line Tables' literal object isn't clear, there really should be more of a description here...
METHOD_LINE_TABLESpublic static final DataType METHOD_NUMBER_LITERAL
If the meaning of 'Method Number' literal object isn't clear, there really should be more of a description here...
METHOD_NUMBERpublic static final DataType EXECUTABLE_UNIT_NUMBER_LITERAL
If the meaning of 'Executable Unit Number' literal object isn't clear, there really should be more of a description here...
EXECUTABLE_UNIT_NUMBERpublic static final java.util.List VALUES
| Method Detail |
|---|
public static DataType get(java.lang.String name)
public static DataType get(int value)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||