org.eclipse.gmt.modisco.java
Interface ClassInstanceCreation

All Superinterfaces:
AbstractMethodInvocation, ASTNode, Expression

public interface ClassInstanceCreation
extends Expression, AbstractMethodInvocation

A representation of the model object 'Class Instance Creation'.

The following features are supported:

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

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

getAnonymousClassDeclaration

AnonymousClassDeclaration getAnonymousClassDeclaration()
Returns the value of the 'Anonymous Class Declaration' containment reference. It is bidirectional and its opposite is '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...

Returns:
the value of the 'Anonymous Class Declaration' containment reference.
See Also:
setAnonymousClassDeclaration(AnonymousClassDeclaration), JavaPackage.getClassInstanceCreation_AnonymousClassDeclaration(), AnonymousClassDeclaration.getClassInstanceCreation()
Generated:
Model:
opposite="classInstanceCreation" containment="true" ordered="false"

setAnonymousClassDeclaration

void setAnonymousClassDeclaration(AnonymousClassDeclaration value)
Sets the value of the 'Anonymous Class Declaration' containment reference.

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

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), JavaPackage.getClassInstanceCreation_Expression()
Generated:
Model:
containment="true" ordered="false"

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

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

getType

TypeAccess getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeAccess), JavaPackage.getClassInstanceCreation_Type()
Generated:
Model:
containment="true" required="true" ordered="false"

setType

void setType(TypeAccess value)
Sets the value of the 'Type' containment reference.

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