org.eclipse.modisco.omg.gastm
Interface NewExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface NewExpression
extends Expression

A representation of the model object 'New Expression'.

The following features are supported:

See Also:
GASTMPackage.getNewExpression()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getNewType

TypeReference getNewType()
Returns the value of the 'New Type' containment reference.

If the meaning of the 'New Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'New Type' containment reference.
See Also:
setNewType(TypeReference), GASTMPackage.getNewExpression_NewType()
Generated:
Model:
containment="true" required="true"

setNewType

void setNewType(TypeReference value)
Sets the value of the 'New Type' containment reference.

Parameters:
value - the new value of the 'New Type' containment reference.
See Also:
getNewType()
Generated:

getActualParams

 getActualParams()
Returns the value of the 'Actual Params' containment reference list. The list contents are of type ActualParameter.

If the meaning of the 'Actual Params' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Actual Params' containment reference list.
See Also:
GASTMPackage.getNewExpression_ActualParams()
Generated:
Model:
containment="true"