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

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

Uses of MOFScriptObject in org.eclipse.mofscript.MOFScriptModel
 

Subinterfaces of MOFScriptObject in org.eclipse.mofscript.MOFScriptModel
 interface Advice
          A representation of the model object 'Advice'
 interface ArithmeticExpression
          A representation of the model object 'Arithmetic Expression'
 interface BreakStatement
          A representation of the model object 'Break Statement'
 interface ComparisonExpression
          A representation of the model object 'Comparison Expression'
 interface CreateExpression
          A representation of the model object 'Create Expression'
 interface CreateExpressionParameter
          A representation of the model object 'Create Expression Parameter'
 interface CreateStatement
          A representation of the model object 'Create Statement'
 interface DebugStatement
          A representation of the model object 'Debug Statement'
 interface Expression
          A representation of the model object 'Expression'
 interface FileStatement
          A representation of the model object 'File Statement'
 interface FunctionCall
          A representation of the model object 'Function Call'
 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 Literal
          A representation of the model object 'Literal'
 interface LogicalExpression
          A representation of the model object 'Logical Expression'
 interface MOFScriptAspect
          A representation of the model object 'MOF Script Aspect'
 interface MOFScriptComment
          A representation of the model object 'MOF Script Comment'
 interface MOFScriptImport
          A representation of the model object 'MOF Script Import'
 interface MOFScriptParameter
          A representation of the model object 'MOF Script Parameter'
 interface MOFScriptSpecification
          A representation of the model object 'MOF Script Specification'
 interface MOFScriptStatement
          A representation of the model object 'MOF Script Statement'
 interface MOFScriptStatementOwner
          A representation of the model object 'MOF Script Statement Owner'
 interface MOFScriptTransformation
          A representation of the model object 'MOF Script Transformation'
 interface PrintStatement
          A representation of the model object 'Print Statement'
 interface Reference
          A representation of the model object 'Reference'
 interface ResultAssignment
          A representation of the model object 'Result Assignment'
 interface ReturnStatement
          A representation of the model object 'Return Statement'
 interface SelectExpression
          A representation of the model object 'Select Expression'
 interface SimpleExpression
          A representation of the model object 'Simple Expression'
 interface TransformationRule
          A representation of the model object 'Transformation Rule'
 interface ValueExpression
          A representation of the model object 'Value Expression'
 interface VariableDeclaration
          A representation of the model object 'Variable Declaration'
 interface VariableDeclarationStatement
          A representation of the model object 'Variable Declaration Statement'
 interface WhileStatement
          A representation of the model object 'While Statement'
 

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

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement MOFScriptObject
 class AdviceImpl
          An implementation of the model object 'Advice'
 class ArithmeticExpressionImpl
          An implementation of the model object 'Arithmetic Expression'
 class BreakStatementImpl
          An implementation of the model object 'Break Statement'
 class ComparisonExpressionImpl
          An implementation of the model object 'Comparison Expression'
 class CreateExpressionImpl
          An implementation of the model object 'Create Expression'
 class CreateExpressionParameterImpl
          An implementation of the model object 'Create Expression Parameter'
 class CreateStatementImpl
          An implementation of the model object 'Create Statement'
 class DebugStatementImpl
          An implementation of the model object 'Debug Statement'
 class ExpressionImpl
          An implementation of the model object 'Expression'
 class FileStatementImpl
          An implementation of the model object 'File Statement'
 class FunctionCallImpl
          An implementation of the model object 'Function Call'
 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 LiteralImpl
          An implementation of the model object 'Literal'
 class LogicalExpressionImpl
          An implementation of the model object 'Logical Expression'
 class MOFScriptAspectImpl
          An implementation of the model object 'MOF Script Aspect'
 class MOFScriptCommentImpl
          An implementation of the model object 'MOF Script Comment'
 class MOFScriptImportImpl
          An implementation of the model object 'MOF Script Import'
 class MOFScriptObjectImpl
          An implementation of the model object 'MOF Script Object'
 class MOFScriptParameterImpl
          An implementation of the model object 'MOF Script Parameter'
 class MOFScriptSpecificationImpl
          An implementation of the model object 'MOF Script Specification'
 class MOFScriptStatementImpl
          An implementation of the model object 'MOF Script Statement'
 class MOFScriptStatementOwnerImpl
          An implementation of the model object 'MOF Script Statement Owner'
 class MOFScriptTransformationImpl
          An implementation of the model object 'MOF Script Transformation'
 class PrintStatementImpl
          An implementation of the model object 'Print Statement'
 class ReferenceImpl
          An implementation of the model object 'Reference'
 class ResultAssignmentImpl
          An implementation of the model object 'Result Assignment'
 class ReturnStatementImpl
          An implementation of the model object 'Return Statement'
 class SelectExpressionImpl
          An implementation of the model object 'Select Expression'
 class SimpleExpressionImpl
          An implementation of the model object 'Simple Expression'
 class TransformationRuleImpl
          An implementation of the model object 'Transformation Rule'
 class ValueExpressionImpl
          An implementation of the model object 'Value Expression'
 class VariableDeclarationImpl
          An implementation of the model object 'Variable Declaration'
 class VariableDeclarationStatementImpl
          An implementation of the model object 'Variable Declaration Statement'
 class WhileStatementImpl
          An implementation of the model object 'While Statement'
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type MOFScriptObject
 java.lang.Object MOFScriptModelSwitch.caseMOFScriptObject(MOFScriptObject object)
          Returns the result of interpreting the object as an instance of 'MOF Script Object'
 

Uses of MOFScriptObject in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser with parameters of type MOFScriptObject
 void MofScriptModelChecker.checkReferenceName(java.lang.String refName, MOFScriptObject checkObj)
          Checks the refrence name
static void ParserUtil.setParseInfo(MOFScriptObject parseobj)
          Utiliy function for setting line and comment information on parsed objects.
static void ParserUtil.setParseInfo(MOFScriptObject toSet, MOFScriptObject setFrom)
           
static void ParserUtil.setParseInfo(MOFScriptObject parseobj, org.antlr.runtime.ParserRuleReturnScope rrscope)
          Utiliy function for setting line and comment information on parsed objects.
static void ParserUtil.setParseInfo(MOFScriptObject parseobj, org.antlr.runtime.Token token)