org.eclipse.gmt.modisco.java
Interface AbstractVariablesContainer

All Superinterfaces:
ASTNode
All Known Subinterfaces:
FieldDeclaration, VariableDeclarationExpression, VariableDeclarationStatement

public interface AbstractVariablesContainer
extends ASTNode

A representation of the model object 'Abstract Variables Container'.

The following features are supported:

See Also:
JavaPackage.getAbstractVariablesContainer()
Generated:
Model:
abstract="true"

Method Summary
  getFragments()
          Returns the value of the 'Fragments' containment reference list.
 TypeAccess getType()
          Returns the value of the 'Type' 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
 

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.getAbstractVariablesContainer_Type()
Generated:
Model:
containment="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:

getFragments

 getFragments()
Returns the value of the 'Fragments' containment reference list. The list contents are of type VariableDeclarationFragment. It is bidirectional and its opposite is 'Variables Container'.

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

Returns:
the value of the 'Fragments' containment reference list.
See Also:
JavaPackage.getAbstractVariablesContainer_Fragments(), VariableDeclarationFragment.getVariablesContainer()
Generated:
Model:
opposite="variablesContainer" containment="true"