org.eclipse.gmt.modisco.java
Interface VariableDeclarationFragment

All Superinterfaces:
ASTNode, NamedElement, VariableDeclaration
All Known Subinterfaces:
UnresolvedVariableDeclarationFragment

public interface VariableDeclarationFragment
extends VariableDeclaration

A representation of the model object 'Variable Declaration Fragment'.

The following features are supported:

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

Method Summary
 AbstractVariablesContainer getVariablesContainer()
          Returns the value of the 'Variables Container' container reference.
 void setVariablesContainer(AbstractVariablesContainer value)
          Sets the value of the 'Variables Container' container reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.VariableDeclaration
getExtraArrayDimensions, getInitializer, getUsageInVariableAccess, setExtraArrayDimensions, setInitializer
 
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

getVariablesContainer

AbstractVariablesContainer getVariablesContainer()
Returns the value of the 'Variables Container' container reference. It is bidirectional and its opposite is 'Fragments'.

If the meaning of the 'Variables Container' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variables Container' container reference.
See Also:
setVariablesContainer(AbstractVariablesContainer), JavaPackage.getVariableDeclarationFragment_VariablesContainer(), AbstractVariablesContainer.getFragments()
Generated:
Model:
opposite="fragments" transient="false" ordered="false"

setVariablesContainer

void setVariablesContainer(AbstractVariablesContainer value)
Sets the value of the 'Variables Container' container reference.

Parameters:
value - the new value of the 'Variables Container' container reference.
See Also:
getVariablesContainer()
Generated: