public interface XConstructorCall extends XExpression
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
|
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 |
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(JvmConstructor value)
Sets the value of the '
Constructor' reference |
void |
setExplicitConstructorCall(boolean value)
Sets the value of the '
Explicit Constructor Call' attribute |
void |
setInvalidFeatureIssueCode(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()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(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()Copyright © 2015. All Rights Reserved.