org.eclipse.gmt.modisco.java
Interface VariableDeclarationExpression

All Superinterfaces:
AbstractVariablesContainer, ASTNode, Expression

public interface VariableDeclarationExpression
extends Expression, AbstractVariablesContainer

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

The following features are supported:

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

Method Summary
  getAnnotations()
          Returns the value of the 'Annotations' containment reference list.
 Modifier getModifier()
          Returns the value of the 'Modifier' containment reference.
 void setModifier(Modifier value)
          Sets the value of the 'Modifier' 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.AbstractVariablesContainer
getFragments, getType, setType
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getModifier

Modifier getModifier()
Returns the value of the 'Modifier' containment reference. It is bidirectional and its opposite is 'Variable Declaration Expression'.

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

Returns:
the value of the 'Modifier' containment reference.
See Also:
setModifier(Modifier), JavaPackage.getVariableDeclarationExpression_Modifier(), Modifier.getVariableDeclarationExpression()
Generated:
Model:
opposite="variableDeclarationExpression" containment="true" ordered="false"

setModifier

void setModifier(Modifier value)
Sets the value of the 'Modifier' containment reference.

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

getAnnotations

 getAnnotations()
Returns the value of the 'Annotations' containment reference list. The list contents are of type Annotation.

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

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