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

Packages that use MOFScriptStatementOwner
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
org.sintef.mofscript.MOFScriptModel.util   
org.sintef.mofscript.parser   
 

Uses of MOFScriptStatementOwner in org.sintef.mofscript.MOFScriptModel
 

Subinterfaces of MOFScriptStatementOwner in org.sintef.mofscript.MOFScriptModel
 interface CreateStatement
          A representation of the model object 'Create 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 TransformationRule
          A representation of the model object 'Transformation Rule'
 

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

Methods in org.sintef.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.sintef.mofscript.MOFScriptModel.impl
 

Classes in org.sintef.mofscript.MOFScriptModel.impl that implement MOFScriptStatementOwner
 class CreateStatementImpl
          An implementation of the model object 'Create 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 TransformationRuleImpl
          An implementation of the model object 'Transformation Rule'
 

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

Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type MOFScriptStatementOwner
 void MOFScriptStatementImpl.setOwner(MOFScriptStatementOwner newOwner)
           
 

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

Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type MOFScriptStatementOwner
 java.lang.Object MOFScriptModelSwitch.caseMOFScriptStatementOwner(MOFScriptStatementOwner object)
          Returns the result of interpretting the object as an instance of 'MOF Script Statement Owner'
 

Uses of MOFScriptStatementOwner in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser with parameters of type MOFScriptStatementOwner
 void MofScriptParser.iteratorBody(MOFScriptStatementOwner statementOwner)
          The body of an iterator
 void MofScriptParser.protectedTransformationRuleStatements(MOFScriptStatementOwner owner)
          protceted rule statements
 void MofScriptParser.scopedStatement(MOFScriptStatementOwner owner)
          Scoped statement - a statement within curly brackets
 void MofScriptParser.transformationRuleBody(MOFScriptStatementOwner owner)
          The body of a rule
 void MofScriptParser.transformationRuleStatements(MOFScriptStatementOwner owner)
          Statements
 void MofScriptParser.unprotectedTransformationRuleStatements(MOFScriptStatementOwner owner)
          Unprotected rule statements