public interface AnonymousClassDeclaration extends ASTNode
The following features are supported:
JavaPackage.getAnonymousClassDeclaration()| Modifier and Type | Method and Description |
|---|---|
|
getBodyDeclarations()
Returns the value of the 'Body Declarations' containment reference list.
|
ClassInstanceCreation |
getClassInstanceCreation()
Returns the value of the 'Class Instance Creation' container reference.
|
void |
setClassInstanceCreation(ClassInstanceCreation value)
Sets the value of the '
Class Instance Creation' container reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitgetBodyDeclarations()
BodyDeclaration.
It is bidirectional and its opposite is 'Anonymous Class Declaration Owner'.
If the meaning of the 'Body Declarations' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAnonymousClassDeclaration_BodyDeclarations(),
BodyDeclaration.getAnonymousClassDeclarationOwner()ClassInstanceCreation getClassInstanceCreation()
Anonymous Class Declaration'.
If the meaning of the 'Class Instance Creation' container reference isn't clear, there really should be more of a description here...
setClassInstanceCreation(ClassInstanceCreation),
JavaPackage.getAnonymousClassDeclaration_ClassInstanceCreation(),
ClassInstanceCreation.getAnonymousClassDeclaration()void setClassInstanceCreation(ClassInstanceCreation value)
Class Instance Creation' container reference.
value - the new value of the 'Class Instance Creation' container reference.getClassInstanceCreation()