public interface TupleLiteralPart<C,P> extends TypedElement<C>, Visitable, TypedASTNode
The following features are supported:
ExpressionsPackage.getTupleLiteralPart()| Modifier and Type | Method and Description |
|---|---|
boolean |
checkValueType(DiagnosticChain diagnostics,
Map<Object,Object> context)
attribute.type = value.type
|
P |
getAttribute()
Returns the value of the 'Attribute' reference.
|
OCLExpression<C> |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setAttribute(P value)
Sets the value of the '
Attribute' reference. |
void |
setValue(OCLExpression<C> value)
Sets the value of the '
Value' containment reference. |
getName, getType, setName, setTypegetTypeEndPosition, getTypeStartPosition, setTypeEndPosition, setTypeStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionOCLExpression<C> getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(OCLExpression),
ExpressionsPackage.getTupleLiteralPart_Value()void setValue(OCLExpression<C> value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()P getAttribute()
If the meaning of the 'Attribute' reference isn't clear, there really should be more of a description here...
setAttribute(Object),
ExpressionsPackage.getTupleLiteralPart_Attribute()void setAttribute(P value)
Attribute' reference.
value - the new value of the 'Attribute' reference.getAttribute()boolean checkValueType(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.