| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<InfixExpressionKind> |
InfixExpressionKind.VALUES
A public read-only list of all the 'Infix Expression Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static InfixExpressionKind |
InfixExpressionKind.get(int value)
Returns the 'Infix Expression Kind' literal with the specified integer value.
|
static InfixExpressionKind |
InfixExpressionKind.get(String literal)
Returns the 'Infix Expression Kind' literal with the specified literal value.
|
static InfixExpressionKind |
InfixExpressionKind.getByName(String name)
Returns the 'Infix Expression Kind' literal with the specified name.
|
InfixExpressionKind |
InfixExpression.getOperator()
Returns the value of the 'Operator' attribute.
|
static InfixExpressionKind |
InfixExpressionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfixExpressionKind[] |
InfixExpressionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfixExpression.setOperator(InfixExpressionKind value)
Sets the value of the '
Operator' attribute. |
| Modifier and Type | Method and Description |
|---|---|
InfixExpressionKind |
JavaFactoryImpl.createInfixExpressionKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
InfixExpressionKind |
InfixExpressionImpl.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
InfixExpressionImpl.setOperator(InfixExpressionKind newOperator) |
Copyright © 2018–2020 Atlanmod. All rights reserved.