org.eclipse.gmt.modisco.java
Interface TypeDeclarationStatement

All Superinterfaces:
ASTNode, Statement

public interface TypeDeclarationStatement
extends Statement

A representation of the model object 'Type Declaration Statement'.

The following features are supported:

See Also:
JavaPackage.getTypeDeclarationStatement()
Generated:
Model:

Method Summary
 AbstractTypeDeclaration getDeclaration()
          Returns the value of the 'Declaration' containment reference.
 void setDeclaration(AbstractTypeDeclaration value)
          Sets the value of the 'Declaration' containment reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getDeclaration

AbstractTypeDeclaration getDeclaration()
Returns the value of the 'Declaration' containment reference.

If the meaning of the 'Declaration' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Declaration' containment reference.
See Also:
setDeclaration(AbstractTypeDeclaration), JavaPackage.getTypeDeclarationStatement_Declaration()
Generated:
Model:
containment="true" required="true" ordered="false"

setDeclaration

void setDeclaration(AbstractTypeDeclaration value)
Sets the value of the 'Declaration' containment reference.

Parameters:
value - the new value of the 'Declaration' containment reference.
See Also:
getDeclaration()
Generated: