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'
 

Methods in org.eclipse.mofscript.MOFScriptModel that return types with arguments of type IfStatement
 org.eclipse.emf.common.util.EList<IfStatement> IfStatement.getElseBranch()
          Returns the value of the 'Else Branch' containment reference list.
 

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'
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl with type parameters of type IfStatement
protected  org.eclipse.emf.common.util.EList<IfStatement> IfStatementImpl.elseBranch
          The cached value of the 'Else Branch' containment reference list
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return types with arguments of type IfStatement
 org.eclipse.emf.common.util.EList<IfStatement> IfStatementImpl.getElseBranch()
           
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type IfStatement
 T 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()