org.eclipse.gmt.modisco.java
Interface ParameterizedType

All Superinterfaces:
ASTNode, NamedElement, Type

public interface ParameterizedType
extends Type

A representation of the model object 'Parameterized Type'.

The following features are supported:

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

Method Summary
 TypeAccess getType()
          Returns the value of the 'Type' containment reference.
  getTypeArguments()
          Returns the value of the 'Type Arguments' containment reference list.
 void setType(TypeAccess value)
          Sets the value of the 'Type' containment reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.Type
getUsagesInTypeAccess
 
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement
getName, getUsagesInImports, isProxy, setName, setProxy
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

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.getParameterizedType_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:

getTypeArguments

 getTypeArguments()
Returns the value of the 'Type Arguments' containment reference list. The list contents are of type TypeAccess.

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

Returns:
the value of the 'Type Arguments' containment reference list.
See Also:
JavaPackage.getParameterizedType_TypeArguments()
Generated:
Model:
containment="true"