|
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.FragmentType
public final class FragmentType
A representation of the literals of the enumeration 'Fragment Type', and utility methods for working with them.
ProbekitPackage.getFragmentType()| Field Summary | |
|---|---|
static int |
AFTER_CALL
The 'After Call' literal value |
static FragmentType |
AFTER_CALL_LITERAL
The 'After Call' literal object |
static int |
BEFORE_CALL
The 'Before Call' literal value |
static FragmentType |
BEFORE_CALL_LITERAL
The 'Before Call' literal object |
static int |
CATCH
The 'Catch' literal value |
static FragmentType |
CATCH_LITERAL
The 'Catch' literal object |
static int |
ENTRY
The 'Entry' literal value |
static FragmentType |
ENTRY_LITERAL
The 'Entry' literal object |
static int |
EXECUTABLE_UNIT
The 'Executable Unit' literal value |
static FragmentType |
EXECUTABLE_UNIT_LITERAL
The 'Executable Unit' literal object |
static int |
EXIT
The 'Exit' literal value |
static FragmentType |
EXIT_LITERAL
The 'Exit' literal object |
static int |
STATIC_INITIALIZER
The 'Static Initializer' literal value |
static FragmentType |
STATIC_INITIALIZER_LITERAL
The 'Static Initializer' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Fragment Type' enumerators |
| Method Summary | |
|---|---|
static FragmentType |
get(int value)
Returns the 'Fragment Type' literal with the specified value |
static FragmentType |
get(java.lang.String name)
Returns the 'Fragment 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 ENTRY
ENTRY_LITERAL,
Constant Field Valuespublic static final int CATCH
CATCH_LITERAL,
Constant Field Valuespublic static final int EXIT
EXIT_LITERAL,
Constant Field Valuespublic static final int BEFORE_CALL
BEFORE_CALL_LITERAL,
Constant Field Valuespublic static final int AFTER_CALL
AFTER_CALL_LITERAL,
Constant Field Valuespublic static final int STATIC_INITIALIZER
STATIC_INITIALIZER_LITERAL,
Constant Field Valuespublic static final int EXECUTABLE_UNIT
EXECUTABLE_UNIT_LITERAL,
Constant Field Valuespublic static final FragmentType ENTRY_LITERAL
If the meaning of 'Entry' literal object isn't clear, there really should be more of a description here...
ENTRYpublic static final FragmentType CATCH_LITERAL
If the meaning of 'Catch' literal object isn't clear, there really should be more of a description here...
CATCHpublic static final FragmentType EXIT_LITERAL
If the meaning of 'Exit' literal object isn't clear, there really should be more of a description here...
EXITpublic static final FragmentType BEFORE_CALL_LITERAL
If the meaning of 'Before Call' literal object isn't clear, there really should be more of a description here...
BEFORE_CALLpublic static final FragmentType AFTER_CALL_LITERAL
If the meaning of 'After Call' literal object isn't clear, there really should be more of a description here...
AFTER_CALLpublic static final FragmentType STATIC_INITIALIZER_LITERAL
If the meaning of 'Static Initializer' literal object isn't clear, there really should be more of a description here...
STATIC_INITIALIZERpublic static final FragmentType EXECUTABLE_UNIT_LITERAL
If the meaning of 'Executable Unit' literal object isn't clear, there really should be more of a description here...
EXECUTABLE_UNITpublic static final java.util.List VALUES
| Method Detail |
|---|
public static FragmentType get(java.lang.String name)
public static FragmentType 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 | ||||||||