Uses of Interface
org.eclipse.modisco.omg.gastm.VariableDeclaration

Packages that use VariableDeclaration
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of VariableDeclaration in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return VariableDeclaration
 VariableDeclaration GASTMFactory.createVariableDeclaration()
          Returns a new object of class 'Variable Declaration'.
 

Uses of VariableDeclaration in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type VariableDeclaration
 T GASTMSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'.