Package org.eclipse.gmt.modisco.java
Interface SuperConstructorInvocation
- All Superinterfaces:
AbstractMethodInvocation,ASTNode,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Statement
- All Known Implementing Classes:
SuperConstructorInvocationImpl
public interface SuperConstructorInvocation extends Statement, AbstractMethodInvocation
A representation of the model object 'Super Constructor Invocation'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description ExpressiongetExpression()Returns the value of the 'Expression' containment reference.voidsetExpression(Expression value)Sets the value of the 'Expression' containment reference.Methods inherited from interface org.eclipse.gmt.modisco.java.AbstractMethodInvocation
getArguments, getMethod, getTypeArguments, setMethodMethods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExpression
Expression getExpression()Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(Expression),JavaPackage.getSuperConstructorInvocation_Expression()
-
setExpression
Sets the value of the 'Expression' containment reference.- Parameters:
value- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-