public interface XConstructorCall extends XExpression
XbasePackage.getXConstructorCall()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<XExpression> |
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
org.eclipse.xtext.common.types.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<org.eclipse.xtext.common.types.JvmTypeReference> |
getTypeArguments()
Returns the value of the 'Type Arguments' containment reference list.
|
boolean |
isAnonymousClassConstructorCall()
Returns the value of the 'Anonymous Class Constructor Call' attribute.
|
boolean |
isExplicitConstructorCall()
Returns the value of the 'Explicit Constructor Call' attribute.
|
boolean |
isValidFeature()
Returns the value of the 'Valid Feature' attribute.
|
void |
setAnonymousClassConstructorCall(boolean value)
Sets the value of the '
Anonymous Class Constructor Call' attribute. |
void |
setConstructor(org.eclipse.xtext.common.types.JvmConstructor value)
Sets the value of the '
Constructor' reference. |
void |
setExplicitConstructorCall(boolean value)
Sets the value of the '
Explicit Constructor Call' attribute. |
void |
setInvalidFeatureIssueCode(java.lang.String value)
Sets the value of the '
Invalid Feature Issue Code' attribute. |
org.eclipse.xtext.common.types.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(org.eclipse.xtext.common.types.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<org.eclipse.xtext.common.types.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()boolean isExplicitConstructorCall()
If the meaning of the 'Explicit Constructor Call' attribute isn't clear, there really should be more of a description here...
setExplicitConstructorCall(boolean),
XbasePackage.getXConstructorCall_ExplicitConstructorCall()void setExplicitConstructorCall(boolean value)
Explicit Constructor Call' attribute.
value - the new value of the 'Explicit Constructor Call' attribute.isExplicitConstructorCall()boolean isAnonymousClassConstructorCall()
If the meaning of the 'Anonymous Class Constructor Call' attribute isn't clear, there really should be more of a description here...
setAnonymousClassConstructorCall(boolean),
XbasePackage.getXConstructorCall_AnonymousClassConstructorCall()void setAnonymousClassConstructorCall(boolean value)
Anonymous Class Constructor Call' attribute.
value - the new value of the 'Anonymous Class Constructor Call' attribute.isAnonymousClassConstructorCall()