| Package | Description |
|---|---|
| org.eclipse.ocl.pivot | |
| org.eclipse.ocl.pivot.internal | |
| org.eclipse.ocl.pivot.util | |
| org.eclipse.ocl.pivot.utilities |
| Modifier and Type | Field and Description |
|---|---|
static List<AssociativityKind> |
AssociativityKind.VALUES
A public read-only list of all the 'Associativity Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociativityKind |
AssociativityKind.get(int value)
Returns the 'Associativity Kind' literal with the specified integer value.
|
static AssociativityKind |
AssociativityKind.get(String literal)
Returns the 'Associativity Kind' literal with the specified literal value.
|
AssociativityKind |
Precedence.getAssociativity()
Returns the value of the 'Associativity' attribute.
|
static AssociativityKind |
AssociativityKind.getByName(String name)
Returns the 'Associativity Kind' literal with the specified name.
|
static AssociativityKind |
AssociativityKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociativityKind[] |
AssociativityKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Precedence.setAssociativity(AssociativityKind value)
Sets the value of the '
Associativity' attribute. |
| Modifier and Type | Method and Description |
|---|---|
AssociativityKind |
PivotFactoryImpl.createAssociativityKindFromString(EDataType eDataType,
String initialValue) |
AssociativityKind |
PrecedenceImpl.getAssociativity() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrecedenceImpl.setAssociativity(AssociativityKind newAssociativity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PivotValidator.validateAssociativityKind(AssociativityKind associativityKind,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
static Precedence |
PivotUtil.createPrecedence(String name,
AssociativityKind kind) |
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.