Uses of Interface
org.eclipse.mofscript.MOFScriptModel.VariableDeclarationStatement

Packages that use VariableDeclarationStatement
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
 

Uses of VariableDeclarationStatement in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.mofscript.MOFScriptModel that return VariableDeclarationStatement
 VariableDeclarationStatement MOFScriptModelFactory.createVariableDeclarationStatement()
          Returns a new object of class 'Variable Declaration Statement'
 

Uses of VariableDeclarationStatement in org.eclipse.mofscript.MOFScriptModel.impl
 

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement VariableDeclarationStatement
 class VariableDeclarationStatementImpl
          An implementation of the model object 'Variable Declaration Statement'
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return VariableDeclarationStatement
 VariableDeclarationStatement MOFScriptModelFactoryImpl.createVariableDeclarationStatement()
           
 

Uses of VariableDeclarationStatement in org.eclipse.mofscript.MOFScriptModel.util
 

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type VariableDeclarationStatement
 java.lang.Object MOFScriptModelSwitch.caseVariableDeclarationStatement(VariableDeclarationStatement object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration Statement'