|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AssignmentKind>
org.eclipse.gmt.modisco.java.AssignmentKind
public enum AssignmentKind
A representation of the literals of the enumeration 'Assignment Kind', and utility methods for working with them.
JavaPackage.getAssignmentKind()
Enum Constant Summary | |
---|---|
ASSIGN
The 'ASSIGN' literal object. |
|
BIT_AND_ASSIGN
The 'BIT AND ASSIGN' literal object. |
|
BIT_OR_ASSIGN
The 'BIT OR ASSIGN' literal object. |
|
BIT_XOR_ASSIGN
The 'BIT XOR ASSIGN' literal object. |
|
DIVIDE_ASSIGN
The 'DIVIDE ASSIGN' literal object. |
|
LEFT_SHIFT_ASSIGN
The 'LEFT SHIFT ASSIGN' literal object. |
|
MINUS_ASSIGN
The 'MINUS ASSIGN' literal object. |
|
PLUS_ASSIGN
The 'PLUS ASSIGN' literal object. |
|
REMAINDER_ASSIGN
The 'REMAINDER ASSIGN' literal object. |
|
RIGHT_SHIFT_SIGNED_ASSIGN
The 'RIGHT SHIFT SIGNED ASSIGN' literal object. |
|
RIGHT_SHIFT_UNSIGNED_ASSIGN
The 'RIGHT SHIFT UNSIGNED ASSIGN' literal object. |
|
TIMES_ASSIGN
The 'TIMES ASSIGN' literal object. |
Field Summary | |
---|---|
static int |
ASSIGN_VALUE
The 'ASSIGN' literal value. |
static int |
BIT_AND_ASSIGN_VALUE
The 'BIT AND ASSIGN' literal value. |
static int |
BIT_OR_ASSIGN_VALUE
The 'BIT OR ASSIGN' literal value. |
static int |
BIT_XOR_ASSIGN_VALUE
The 'BIT XOR ASSIGN' literal value. |
static int |
DIVIDE_ASSIGN_VALUE
The 'DIVIDE ASSIGN' literal value. |
static int |
LEFT_SHIFT_ASSIGN_VALUE
The 'LEFT SHIFT ASSIGN' literal value. |
static int |
MINUS_ASSIGN_VALUE
The 'MINUS ASSIGN' literal value. |
static int |
PLUS_ASSIGN_VALUE
The 'PLUS ASSIGN' literal value. |
static int |
REMAINDER_ASSIGN_VALUE
The 'REMAINDER ASSIGN' literal value. |
static int |
RIGHT_SHIFT_SIGNED_ASSIGN_VALUE
The 'RIGHT SHIFT SIGNED ASSIGN' literal value. |
static int |
RIGHT_SHIFT_UNSIGNED_ASSIGN_VALUE
The 'RIGHT SHIFT UNSIGNED ASSIGN' literal value. |
static int |
TIMES_ASSIGN_VALUE
The 'TIMES ASSIGN' literal value. |
static java.util.List<AssignmentKind> |
VALUES
A public read-only list of all the 'Assignment Kind' enumerators. |
Method Summary | |
---|---|
static AssignmentKind |
get(int value)
Returns the 'Assignment Kind' literal with the specified integer value. |
static AssignmentKind |
get(java.lang.String literal)
Returns the 'Assignment Kind' literal with the specified literal value. |
static AssignmentKind |
getByName(java.lang.String name)
Returns the 'Assignment Kind' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static AssignmentKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AssignmentKind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AssignmentKind ASSIGN
ASSIGN_VALUE
public static final AssignmentKind PLUS_ASSIGN
PLUS_ASSIGN_VALUE
public static final AssignmentKind MINUS_ASSIGN
MINUS_ASSIGN_VALUE
public static final AssignmentKind TIMES_ASSIGN
TIMES_ASSIGN_VALUE
public static final AssignmentKind DIVIDE_ASSIGN
DIVIDE_ASSIGN_VALUE
public static final AssignmentKind BIT_AND_ASSIGN
BIT_AND_ASSIGN_VALUE
public static final AssignmentKind BIT_OR_ASSIGN
BIT_OR_ASSIGN_VALUE
public static final AssignmentKind BIT_XOR_ASSIGN
BIT_XOR_ASSIGN_VALUE
public static final AssignmentKind REMAINDER_ASSIGN
REMAINDER_ASSIGN_VALUE
public static final AssignmentKind LEFT_SHIFT_ASSIGN
LEFT_SHIFT_ASSIGN_VALUE
public static final AssignmentKind RIGHT_SHIFT_SIGNED_ASSIGN
RIGHT_SHIFT_SIGNED_ASSIGN_VALUE
public static final AssignmentKind RIGHT_SHIFT_UNSIGNED_ASSIGN
RIGHT_SHIFT_UNSIGNED_ASSIGN_VALUE
Field Detail |
---|
public static final int ASSIGN_VALUE
If the meaning of 'ASSIGN' literal object isn't clear, there really should be more of a description here...
ASSIGN
,
Constant Field Valuespublic static final int PLUS_ASSIGN_VALUE
If the meaning of 'PLUS ASSIGN' literal object isn't clear, there really should be more of a description here...
PLUS_ASSIGN
,
Constant Field Valuespublic static final int MINUS_ASSIGN_VALUE
If the meaning of 'MINUS ASSIGN' literal object isn't clear, there really should be more of a description here...
MINUS_ASSIGN
,
Constant Field Valuespublic static final int TIMES_ASSIGN_VALUE
If the meaning of 'TIMES ASSIGN' literal object isn't clear, there really should be more of a description here...
TIMES_ASSIGN
,
Constant Field Valuespublic static final int DIVIDE_ASSIGN_VALUE
If the meaning of 'DIVIDE ASSIGN' literal object isn't clear, there really should be more of a description here...
DIVIDE_ASSIGN
,
Constant Field Valuespublic static final int BIT_AND_ASSIGN_VALUE
If the meaning of 'BIT AND ASSIGN' literal object isn't clear, there really should be more of a description here...
BIT_AND_ASSIGN
,
Constant Field Valuespublic static final int BIT_OR_ASSIGN_VALUE
If the meaning of 'BIT OR ASSIGN' literal object isn't clear, there really should be more of a description here...
BIT_OR_ASSIGN
,
Constant Field Valuespublic static final int BIT_XOR_ASSIGN_VALUE
If the meaning of 'BIT XOR ASSIGN' literal object isn't clear, there really should be more of a description here...
BIT_XOR_ASSIGN
,
Constant Field Valuespublic static final int REMAINDER_ASSIGN_VALUE
If the meaning of 'REMAINDER ASSIGN' literal object isn't clear, there really should be more of a description here...
REMAINDER_ASSIGN
,
Constant Field Valuespublic static final int LEFT_SHIFT_ASSIGN_VALUE
If the meaning of 'LEFT SHIFT ASSIGN' literal object isn't clear, there really should be more of a description here...
LEFT_SHIFT_ASSIGN
,
Constant Field Valuespublic static final int RIGHT_SHIFT_SIGNED_ASSIGN_VALUE
If the meaning of 'RIGHT SHIFT SIGNED ASSIGN' literal object isn't clear, there really should be more of a description here...
RIGHT_SHIFT_SIGNED_ASSIGN
,
Constant Field Valuespublic static final int RIGHT_SHIFT_UNSIGNED_ASSIGN_VALUE
If the meaning of 'RIGHT SHIFT UNSIGNED ASSIGN' literal object isn't clear, there really should be more of a description here...
RIGHT_SHIFT_UNSIGNED_ASSIGN
,
Constant Field Valuespublic static final java.util.List<AssignmentKind> VALUES
Method Detail |
---|
public static final AssignmentKind[] values()
for(AssignmentKind c : AssignmentKind.values()) System.out.println(c);
public static AssignmentKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static AssignmentKind get(java.lang.String literal)
public static AssignmentKind getByName(java.lang.String name)
public static AssignmentKind get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<AssignmentKind>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |