| Modifier and Type | Field and Description |
|---|---|
static java.util.List<AssignOperator> |
AssignOperator.VALUES
A public read-only list of all the 'Assign Operator' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static AssignOperator |
AssignOperator.get(int value)
Returns the 'Assign Operator' literal with the specified integer value.
|
static AssignOperator |
AssignOperator.get(java.lang.String literal)
Returns the 'Assign Operator' literal with the specified literal value.
|
static AssignOperator |
AssignOperator.getByName(java.lang.String name)
Returns the 'Assign Operator' literal with the specified name.
|
AssignOperator |
AssignmentStatement.getOperator()
Returns the value of the 'Operator' attribute.
|
static AssignOperator |
AssignOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssignOperator[] |
AssignOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentStatement.setOperator(AssignOperator value)
Sets the value of the '
Operator' attribute. |