Package org.eclipse.gmt.modisco.java
Interface TypeDeclarationStatement
- All Superinterfaces:
ASTNode,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Statement
- All Known Implementing Classes:
TypeDeclarationStatementImpl
public interface TypeDeclarationStatement extends Statement
A representation of the model object 'Type Declaration Statement'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description AbstractTypeDeclarationgetDeclaration()Returns the value of the 'Declaration' containment reference.voidsetDeclaration(AbstractTypeDeclaration value)Sets the value of the 'Declaration' containment reference.Methods 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
-
getDeclaration
AbstractTypeDeclaration getDeclaration()Returns the value of the 'Declaration' containment reference.- Returns:
- the value of the 'Declaration' containment reference.
- See Also:
setDeclaration(AbstractTypeDeclaration),JavaPackage.getTypeDeclarationStatement_Declaration()
-
setDeclaration
Sets the value of the 'Declaration' containment reference.- Parameters:
value- the new value of the 'Declaration' containment reference.- See Also:
getDeclaration()
-