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

Packages that use IfStatement
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.parser   
 

Uses of IfStatement in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.mofscript.MOFScriptModel that return IfStatement
 IfStatement MOFScriptModelFactory.createIfStatement()
          Returns a new object of class 'If Statement'
 

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

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement IfStatement
 class IfStatementImpl
          An implementation of the model object 'If Statement'
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return IfStatement
 IfStatement MOFScriptModelFactoryImpl.createIfStatement()
           
 

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

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

Uses of IfStatement in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser that return IfStatement
 IfStatement MofScript2Parser.ifStatement()