public interface TypeDeclarationStatement extends Statement
The following features are supported:
JavaPackage.getTypeDeclarationStatement()| Modifier and Type | Method and Description |
|---|---|
AbstractTypeDeclaration |
getDeclaration()
Returns the value of the 'Declaration' containment reference.
|
void |
setDeclaration(AbstractTypeDeclaration value)
Sets the value of the '
Declaration' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitAbstractTypeDeclaration getDeclaration()
If the meaning of the 'Declaration' containment reference isn't clear, there really should be more of a description here...
setDeclaration(AbstractTypeDeclaration),
JavaPackage.getTypeDeclarationStatement_Declaration()void setDeclaration(AbstractTypeDeclaration value)
Declaration' containment reference.
value - the new value of the 'Declaration' containment reference.getDeclaration()