|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassInstanceCreation
A representation of the model object 'Class Instance Creation'.
The following features are supported:
JavaPackage.getClassInstanceCreation()
Method Summary | |
---|---|
AnonymousClassDeclaration |
getAnonymousClassDeclaration()
Returns the value of the 'Anonymous Class Declaration' containment reference. |
Expression |
getExpression()
Returns the value of the 'Expression' containment reference. |
TypeAccess |
getType()
Returns the value of the 'Type' containment reference. |
void |
setAnonymousClassDeclaration(AnonymousClassDeclaration value)
Sets the value of the ' Anonymous Class Declaration ' containment reference. |
void |
setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
setType(TypeAccess value)
Sets the value of the ' Type ' containment reference. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Methods inherited from interface org.eclipse.gmt.modisco.java.AbstractMethodInvocation |
---|
getArguments, getMethod, getTypeArguments, setMethod |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
AnonymousClassDeclaration getAnonymousClassDeclaration()
Class Instance Creation
'.
If the meaning of the 'Anonymous Class Declaration' containment reference isn't clear, there really should be more of a description here...
setAnonymousClassDeclaration(AnonymousClassDeclaration)
,
JavaPackage.getClassInstanceCreation_AnonymousClassDeclaration()
,
AnonymousClassDeclaration.getClassInstanceCreation()
void setAnonymousClassDeclaration(AnonymousClassDeclaration value)
Anonymous Class Declaration
' containment reference.
value
- the new value of the 'Anonymous Class Declaration' containment reference.getAnonymousClassDeclaration()
Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression)
,
JavaPackage.getClassInstanceCreation_Expression()
void setExpression(Expression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
TypeAccess getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeAccess)
,
JavaPackage.getClassInstanceCreation_Type()
void setType(TypeAccess value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |