org.eclipse.mofscript.MOFScriptModel
Interface MOFScriptStatementOwner

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Advice, BreakStatement, CreateStatement, DebugStatement, FileStatement, FunctionCallStatement, GeneralAssignment, IfStatement, IteratorStatement, M2MTrace, MOFScriptStatement, PrintStatement, ResultAssignment, ReturnStatement, Trace, TransformationRule, VariableDeclarationStatement, WhileStatement
All Known Implementing Classes:
AdviceImpl, BreakStatementImpl, CreateStatementImpl, DebugStatementImpl, FileStatementImpl, FunctionCallStatementImpl, GeneralAssignmentImpl, IfStatementImpl, IteratorStatementImpl, M2MTraceImpl, MOFScriptStatementImpl, MOFScriptStatementOwnerImpl, PrintStatementImpl, ResultAssignmentImpl, ReturnStatementImpl, TraceImpl, TransformationRuleImpl, VariableDeclarationStatementImpl, WhileStatementImpl

public interface MOFScriptStatementOwner
extends MOFScriptObject

A representation of the model object 'MOF Script Statement Owner'.

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList<StatementBlock> getBlocks()
          Returns the value of the 'Blocks' containment reference list.
 org.eclipse.emf.common.util.EList<MOFScriptStatement> getStatements()
          Returns the value of the 'Statements' containment reference list.
 org.eclipse.emf.common.util.EList<VariableDeclaration> getVariables()
          Returns the value of the 'Variables' containment reference list.
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject
getColumn, getComment, getLine, setColumn, setLine
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getStatements

org.eclipse.emf.common.util.EList<MOFScriptStatement> getStatements()
Returns the value of the 'Statements' containment reference list. The list contents are of type MOFScriptStatement. It is bidirectional and its opposite is 'Owner'.

If the meaning of the 'Statements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Statements' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner_Statements(), MOFScriptStatement.getOwner()

getVariables

org.eclipse.emf.common.util.EList<VariableDeclaration> getVariables()
Returns the value of the 'Variables' containment reference list. The list contents are of type VariableDeclaration.

If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variables' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner_Variables()

getBlocks

org.eclipse.emf.common.util.EList<StatementBlock> getBlocks()
Returns the value of the 'Blocks' containment reference list. The list contents are of type StatementBlock.

If the meaning of the 'Blocks' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Blocks' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner_Blocks()