public interface NewExpression extends Expression
The following features are supported:
GASTMPackage.getNewExpression()| Modifier and Type | Method and Description |
|---|---|
|
getActualParams()
Returns the value of the 'Actual Params' containment reference list.
|
TypeReference |
getNewType()
Returns the value of the 'New Type' containment reference.
|
void |
setNewType(TypeReference value)
Sets the value of the '
New Type' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoTypeReference getNewType()
If the meaning of the 'New Type' containment reference isn't clear, there really should be more of a description here...
setNewType(TypeReference),
GASTMPackage.getNewExpression_NewType()void setNewType(TypeReference value)
New Type' containment reference.
value - the new value of the 'New Type' containment reference.getNewType()getActualParams()
ActualParameter.
If the meaning of the 'Actual Params' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getNewExpression_ActualParams()