Uses of Interface
org.eclipse.gmt.modisco.java.VariableDeclaration

Packages that use VariableDeclaration
org.eclipse.gmt.modisco.java   
org.eclipse.gmt.modisco.java.cdo.util   
org.eclipse.gmt.modisco.java.emf.classic.util   
org.eclipse.gmt.modisco.java.emf.util   
org.eclipse.gmt.modisco.java.nousages.cdo.util   
org.eclipse.gmt.modisco.java.nousages.util   
 

Uses of VariableDeclaration in org.eclipse.gmt.modisco.java
 

Subinterfaces of VariableDeclaration in org.eclipse.gmt.modisco.java
 interface EnumConstantDeclaration
          A representation of the model object 'Enum Constant Declaration'.
 interface SingleVariableDeclaration
          A representation of the model object 'Single Variable Declaration'.
 interface UnresolvedSingleVariableDeclaration
          A representation of the model object 'Unresolved Single Variable Declaration'.
 interface UnresolvedVariableDeclarationFragment
          A representation of the model object 'Unresolved Variable Declaration Fragment'.
 interface VariableDeclarationFragment
          A representation of the model object 'Variable Declaration Fragment'.
 

Methods in org.eclipse.gmt.modisco.java that return VariableDeclaration
 VariableDeclaration SingleVariableAccess.getVariable()
          Returns the value of the 'Variable' reference.
 

Methods in org.eclipse.gmt.modisco.java with parameters of type VariableDeclaration
 void SingleVariableAccess.setVariable(VariableDeclaration value)
          Sets the value of the 'Variable' reference.
 

Uses of VariableDeclaration in org.eclipse.gmt.modisco.java.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.cdo.util with parameters of type VariableDeclaration
 T JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'.
 

Uses of VariableDeclaration in org.eclipse.gmt.modisco.java.emf.classic.util
 

Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type VariableDeclaration
 T JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'.
 

Uses of VariableDeclaration in org.eclipse.gmt.modisco.java.emf.util
 

Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type VariableDeclaration
 T JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'.
 

Uses of VariableDeclaration in org.eclipse.gmt.modisco.java.nousages.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type VariableDeclaration
 T JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'.
 

Uses of VariableDeclaration in org.eclipse.gmt.modisco.java.nousages.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.util with parameters of type VariableDeclaration
 T JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'.