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

Packages that use MOFScriptStatementOwner
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.parser   
org.eclipse.mofscript.runtime.statement   
 

Uses of MOFScriptStatementOwner in org.eclipse.mofscript.MOFScriptModel
 

Subinterfaces of MOFScriptStatementOwner in org.eclipse.mofscript.MOFScriptModel
 interface Advice
          A representation of the model object 'Advice'
 interface BreakStatement
          A representation of the model object 'Break Statement'
 interface CreateStatement
          A representation of the model object 'Create Statement'
 interface DebugStatement
          A representation of the model object 'Debug Statement'
 interface FileStatement
          A representation of the model object 'File Statement'
 interface FunctionCallStatement
          A representation of the model object 'Function Call Statement'
 interface GeneralAssignment
          A representation of the model object 'General Assignment'
 interface IfStatement
          A representation of the model object 'If Statement'
 interface IteratorStatement
          A representation of the model object 'Iterator Statement'
 interface MOFScriptStatement
          A representation of the model object 'MOF Script Statement'
 interface PrintStatement
          A representation of the model object 'Print Statement'
 interface ResultAssignment
          A representation of the model object 'Result Assignment'
 interface ReturnStatement
          A representation of the model object 'Return Statement'
 interface TransformationRule
          A representation of the model object 'Transformation Rule'
 interface VariableDeclarationStatement
          A representation of the model object 'Variable Declaration Statement'
 interface WhileStatement
          A representation of the model object 'While Statement'
 

Methods in org.eclipse.mofscript.MOFScriptModel that return MOFScriptStatementOwner
 MOFScriptStatementOwner MOFScriptStatement.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type MOFScriptStatementOwner
 void MOFScriptStatement.setOwner(MOFScriptStatementOwner value)
          Sets the value of the 'Owner' container reference
 

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

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement MOFScriptStatementOwner
 class AdviceImpl
          An implementation of the model object 'Advice'
 class BreakStatementImpl
          An implementation of the model object 'Break Statement'
 class CreateStatementImpl
          An implementation of the model object 'Create Statement'
 class DebugStatementImpl
          An implementation of the model object 'Debug Statement'
 class FileStatementImpl
          An implementation of the model object 'File Statement'
 class FunctionCallStatementImpl
          An implementation of the model object 'Function Call Statement'
 class GeneralAssignmentImpl
          An implementation of the model object 'General Assignment'
 class IfStatementImpl
          An implementation of the model object 'If Statement'
 class IteratorStatementImpl
          An implementation of the model object 'Iterator Statement'
 class MOFScriptStatementImpl
          An implementation of the model object 'MOF Script Statement'
 class MOFScriptStatementOwnerImpl
          An implementation of the model object 'MOF Script Statement Owner'
 class PrintStatementImpl
          An implementation of the model object 'Print Statement'
 class ResultAssignmentImpl
          An implementation of the model object 'Result Assignment'
 class ReturnStatementImpl
          An implementation of the model object 'Return Statement'
 class TransformationRuleImpl
          An implementation of the model object 'Transformation Rule'
 class VariableDeclarationStatementImpl
          An implementation of the model object 'Variable Declaration Statement'
 class WhileStatementImpl
          An implementation of the model object 'While Statement'
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return MOFScriptStatementOwner
 MOFScriptStatementOwner MOFScriptStatementImpl.getOwner()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type MOFScriptStatementOwner
 org.eclipse.emf.common.notify.NotificationChain MOFScriptStatementImpl.basicSetOwner(MOFScriptStatementOwner newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MOFScriptStatementImpl.setOwner(MOFScriptStatementOwner newOwner)
           
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type MOFScriptStatementOwner
 T MOFScriptModelSwitch.caseMOFScriptStatementOwner(MOFScriptStatementOwner object)
          Returns the result of interpreting the object as an instance of 'MOF Script Statement Owner'
 

Uses of MOFScriptStatementOwner in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser with parameters of type MOFScriptStatementOwner
protected  void MofScript2Parser.checkVariableDeclarationStatement(MOFScriptStatement statement, MOFScriptStatementOwner owner)
           
 void MofScript2Parser.composedExpressionList(MOFScriptStatementOwner owner, StatementBlock statementBlock)
           
 void MofScript2Parser.iteratorBody(MOFScriptStatementOwner statementOwner)
           
 void MofScript2Parser.scopedStatement(MOFScriptStatementOwner owner)
           
 void MofScript2Parser.standardTransformationRuleStatements(MOFScriptStatementOwner owner)
           
 void MofScript2Parser.transformationRuleBody(MOFScriptStatementOwner owner)
           
 void MofScript2Parser.transformationRuleStatements(MOFScriptStatementOwner owner, StatementBlock statementBlock)
           
 void MofScript2Parser.unprotectedTransformationRuleStatements(MOFScriptStatementOwner owner)
           
 

Uses of MOFScriptStatementOwner in org.eclipse.mofscript.runtime.statement
 

Methods in org.eclipse.mofscript.runtime.statement with parameters of type MOFScriptStatementOwner
 void WhileStatementExecutor.breakExecuted(MOFScriptStatementOwner ownedContext)
          BreakSTatementListener event operations
 void IteratorStatementExecutor.breakExecuted(MOFScriptStatementOwner ownedContext)
          BreakStatementListener event operations
 void BreakStatementListener.breakExecuted(MOFScriptStatementOwner ownedContext)