public interface XConstructorCall extends XExpression
The following features are supported:
XbasePackage.getXConstructorCall()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<XExpression> |
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
JvmConstructor |
getConstructor()
Returns the value of the 'Constructor' reference
|
java.lang.String |
getInvalidFeatureIssueCode()
Returns the value of the 'Invalid Feature Issue Code' attribute
|
org.eclipse.emf.common.util.EList<JvmTypeReference> |
getTypeArguments()
Returns the value of the 'Type Arguments' containment reference list.
|
boolean |
isValidFeature()
Returns the value of the 'Valid Feature' attribute
|
void |
setConstructor(JvmConstructor value)
Sets the value of the '
Constructor' reference |
void |
setInvalidFeatureIssueCode(java.lang.String value)
Sets the value of the '
Invalid Feature Issue Code' attribute |
JvmConstructor getConstructor()
If the meaning of the 'Constructor' reference isn't clear, there really should be more of a description here...
setConstructor(JvmConstructor),
XbasePackage.getXConstructorCall_Constructor()void setConstructor(JvmConstructor value)
Constructor' reference.
value - the new value of the 'Constructor' reference.getConstructor()org.eclipse.emf.common.util.EList<XExpression> getArguments()
XExpression.
If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...
XbasePackage.getXConstructorCall_Arguments()org.eclipse.emf.common.util.EList<JvmTypeReference> getTypeArguments()
JvmTypeReference.
If the meaning of the 'Type Arguments' containment reference list isn't clear, there really should be more of a description here...
XbasePackage.getXConstructorCall_TypeArguments()java.lang.String getInvalidFeatureIssueCode()
If the meaning of the 'Invalid Feature Issue Code' attribute isn't clear, there really should be more of a description here...
setInvalidFeatureIssueCode(String),
XbasePackage.getXConstructorCall_InvalidFeatureIssueCode()void setInvalidFeatureIssueCode(java.lang.String value)
Invalid Feature Issue Code' attribute.
value - the new value of the 'Invalid Feature Issue Code' attribute.getInvalidFeatureIssueCode()boolean isValidFeature()
If the meaning of the 'Valid Feature' attribute isn't clear, there really should be more of a description here...
XbasePackage.getXConstructorCall_ValidFeature()