org.eclipse.mofscript.MOFScriptModel
Interface MOFScriptModelPackage.Literals

Enclosing interface:
MOFScriptModelPackage

public static interface MOFScriptModelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EEnum ACCESS_LEVEL
          The meta object literal for the 'Access Level' enum
static org.eclipse.emf.ecore.EClass ADVICE
          The meta object literal for the 'Advice' class
static org.eclipse.emf.ecore.EAttribute ADVICE__CODE
          The meta object literal for the 'Code' attribute feature
static org.eclipse.emf.ecore.EAttribute ADVICE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute ADVICE__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EAttribute ADVICE__POINT_CUT_REF
          The meta object literal for the 'Point Cut Ref' attribute feature
static org.eclipse.emf.ecore.EReference ADVICE__POINTCUT
          The meta object literal for the 'Pointcut' reference feature
static org.eclipse.emf.ecore.EEnum ADVICE_OPERATOR
          The meta object literal for the 'Advice Operator' enum
static org.eclipse.emf.ecore.EClass ARITHMETIC_EXPRESSION
          The meta object literal for the 'Arithmetic Expression' class
static org.eclipse.emf.ecore.EAttribute ARITHMETIC_EXPRESSION__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EReference ARITHMETIC_EXPRESSION__PART1
          The meta object literal for the 'Part1' containment reference feature
static org.eclipse.emf.ecore.EReference ARITHMETIC_EXPRESSION__PART2
          The meta object literal for the 'Part2' containment reference feature
static org.eclipse.emf.ecore.EEnum ARITHMETIC_OPERATOR
          The meta object literal for the 'Arithmetic Operator' enum
static org.eclipse.emf.ecore.EEnum ASSIGNMENT_OPERATOR
          The meta object literal for the 'Assignment Operator' enum
static org.eclipse.emf.ecore.EClass BREAK_STATEMENT
          The meta object literal for the 'Break Statement' class
static org.eclipse.emf.ecore.EClass COMPARISON_EXPRESSION
          The meta object literal for the 'Comparison Expression' class
static org.eclipse.emf.ecore.EAttribute COMPARISON_EXPRESSION__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EReference COMPARISON_EXPRESSION__PART1
          The meta object literal for the 'Part1' containment reference feature
static org.eclipse.emf.ecore.EReference COMPARISON_EXPRESSION__PART2
          The meta object literal for the 'Part2' containment reference feature
static org.eclipse.emf.ecore.EEnum COMPARISON_OPERATOR
          The meta object literal for the 'Comparison Operator' enum
static org.eclipse.emf.ecore.EClass CREATE_EXPRESSION
          The meta object literal for the 'Create Expression' class
static org.eclipse.emf.ecore.EReference CREATE_EXPRESSION__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature
static org.eclipse.emf.ecore.EAttribute CREATE_EXPRESSION__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EClass CREATE_EXPRESSION_PARAMETER
          The meta object literal for the 'Create Expression Parameter' class
static org.eclipse.emf.ecore.EAttribute CREATE_EXPRESSION_PARAMETER__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference CREATE_EXPRESSION_PARAMETER__VALUE
          The meta object literal for the 'Value' containment reference feature
static org.eclipse.emf.ecore.EClass CREATE_STATEMENT
          The meta object literal for the 'Create Statement' class
static org.eclipse.emf.ecore.EAttribute CREATE_STATEMENT__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute CREATE_STATEMENT__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EClass DEBUG_STATEMENT
          The meta object literal for the 'Debug Statement' class
static org.eclipse.emf.ecore.EAttribute DEBUG_STATEMENT__SPECIFICATION
          The meta object literal for the 'Specification' attribute feature
static org.eclipse.emf.ecore.EAttribute DEBUG_STATEMENT__VARS
          The meta object literal for the 'Vars' attribute list feature
static org.eclipse.emf.ecore.EClass EXPRESSION
          The meta object literal for the 'Expression' class
static org.eclipse.emf.ecore.EClass FILE_STATEMENT
          The meta object literal for the 'File Statement' class
static org.eclipse.emf.ecore.EAttribute FILE_STATEMENT__APPEND
          The meta object literal for the 'Append' attribute feature
static org.eclipse.emf.ecore.EAttribute FILE_STATEMENT__FILE_REFERENCE
          The meta object literal for the 'File Reference' attribute feature
static org.eclipse.emf.ecore.EReference FILE_STATEMENT__FILE_URI
          The meta object literal for the 'File URI' containment reference feature
static org.eclipse.emf.ecore.EAttribute FILE_STATEMENT__USE
          The meta object literal for the 'Use' attribute feature
static org.eclipse.emf.ecore.EClass FUNCTION_CALL
          The meta object literal for the 'Function Call' class
static org.eclipse.emf.ecore.EAttribute FUNCTION_CALL__IS_SUPER_CALL
          The meta object literal for the 'Is Super Call' attribute feature
static org.eclipse.emf.ecore.EAttribute FUNCTION_CALL__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference FUNCTION_CALL__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature
static org.eclipse.emf.ecore.EAttribute FUNCTION_CALL__TRANSFORMATION_CONTEXT
          The meta object literal for the 'Transformation Context' attribute feature
static org.eclipse.emf.ecore.EReference FUNCTION_CALL__TRANSFORMATION_RULE
          The meta object literal for the 'Transformation Rule' reference feature
static org.eclipse.emf.ecore.EClass FUNCTION_CALL_STATEMENT
          The meta object literal for the 'Function Call Statement' class
static org.eclipse.emf.ecore.EReference FUNCTION_CALL_STATEMENT__FUNCTION
          The meta object literal for the 'Function' containment reference feature
static org.eclipse.emf.ecore.EClass GENERAL_ASSIGNMENT
          The meta object literal for the 'General Assignment' class
static org.eclipse.emf.ecore.EReference GENERAL_ASSIGNMENT__EXPRESSION
          The meta object literal for the 'Expression' containment reference feature
static org.eclipse.emf.ecore.EAttribute GENERAL_ASSIGNMENT__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute GENERAL_ASSIGNMENT__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EClass IF_STATEMENT
          The meta object literal for the 'If Statement' class
static org.eclipse.emf.ecore.EReference IF_STATEMENT__ELSE_BRANCH
          The meta object literal for the 'Else Branch' containment reference list feature
static org.eclipse.emf.ecore.EReference IF_STATEMENT__IF_EXPRESSION
          The meta object literal for the 'If Expression' containment reference feature
static org.eclipse.emf.ecore.EEnum IMPORT_SEMANTICS
          The meta object literal for the 'Import Semantics' enum
static org.eclipse.emf.ecore.EEnum IMPORT_TYPE
          The meta object literal for the 'Import Type' enum
static org.eclipse.emf.ecore.EClass ITERATOR_STATEMENT
          The meta object literal for the 'Iterator Statement' class
static org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__AFTER
          The meta object literal for the 'After' containment reference feature
static org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__BEFORE
          The meta object literal for the 'Before' containment reference feature
static org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__BETWEEN
          The meta object literal for the 'Between' containment reference feature
static org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__FILTER_EXPRESSION
          The meta object literal for the 'Filter Expression' containment reference feature
static org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__SOURCE
          The meta object literal for the 'Source' containment reference feature
static org.eclipse.emf.ecore.EAttribute ITERATOR_STATEMENT__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EAttribute ITERATOR_STATEMENT__VARIABLE
          The meta object literal for the 'Variable' attribute feature
static org.eclipse.emf.ecore.EClass LITERAL
          The meta object literal for the 'Literal' class
static org.eclipse.emf.ecore.EAttribute LITERAL__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EAttribute LITERAL__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EEnum LITERAL_TYPE
          The meta object literal for the 'Literal Type' enum
static org.eclipse.emf.ecore.EClass LOGICAL_EXPRESSION
          The meta object literal for the 'Logical Expression' class
static org.eclipse.emf.ecore.EAttribute LOGICAL_EXPRESSION__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EReference LOGICAL_EXPRESSION__PART1
          The meta object literal for the 'Part1' containment reference feature
static org.eclipse.emf.ecore.EReference LOGICAL_EXPRESSION__PART2
          The meta object literal for the 'Part2' containment reference feature
static org.eclipse.emf.ecore.EEnum LOGICAL_OPERATOR
          The meta object literal for the 'Logical Operator' enum
static org.eclipse.emf.ecore.EClass M2M_TRACE
          The meta object literal for the 'M2M Trace' class
static org.eclipse.emf.ecore.EAttribute M2M_TRACE__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EAttribute M2M_TRACE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference M2M_TRACE__SOURCE
          The meta object literal for the 'Source' reference feature
static org.eclipse.emf.ecore.EReference M2M_TRACE__TARGET
          The meta object literal for the 'Target' reference feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_ASPECT
          The meta object literal for the 'MOF Script Aspect' class
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_ASPECT__ADVICE
          The meta object literal for the 'Advice' containment reference list feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_ASPECT__POINTCUT
          The meta object literal for the 'Pointcut' containment reference list feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_COMMENT
          The meta object literal for the 'MOF Script Comment' class
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_COMMENT__COMMENT_TEXT
          The meta object literal for the 'Comment Text' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_COMMENT__DOC_STYLE
          The meta object literal for the 'Doc Style' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_COMMENT__SINGLE_LINE
          The meta object literal for the 'Single Line' attribute feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_IMPORT
          The meta object literal for the 'MOF Script Import' class
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__IMPORT_SEMANTICS
          The meta object literal for the 'Import Semantics' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__URI
          The meta object literal for the 'Uri' attribute feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_OBJECT
          The meta object literal for the 'MOF Script Object' class
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_OBJECT__COLUMN
          The meta object literal for the 'Column' attribute feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_OBJECT__COMMENT
          The meta object literal for the 'Comment' containment reference list feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_OBJECT__LINE
          The meta object literal for the 'Line' attribute feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_PARAMETER
          The meta object literal for the 'MOF Script Parameter' class
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__DIRECTION
          The meta object literal for the 'Direction' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__TYPE_PREFIX
          The meta object literal for the 'Type Prefix' attribute feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_SPECIFICATION
          The meta object literal for the 'MOF Script Specification' class
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_SPECIFICATION__IMPORTS
          The meta object literal for the 'Imports' containment reference list feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_SPECIFICATION__TRANSFORMATION
          The meta object literal for the 'Transformation' containment reference list feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_STATEMENT
          The meta object literal for the 'MOF Script Statement' class
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT__OWNER
          The meta object literal for the 'Owner' container reference feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_STATEMENT_OWNER
          The meta object literal for the 'MOF Script Statement Owner' class
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT_OWNER__BLOCKS
          The meta object literal for the 'Blocks' containment reference list feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT_OWNER__STATEMENTS
          The meta object literal for the 'Statements' containment reference list feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT_OWNER__VARIABLES
          The meta object literal for the 'Variables' containment reference list feature
static org.eclipse.emf.ecore.EClass MOF_SCRIPT_TRANSFORMATION
          The meta object literal for the 'MOF Script Transformation' class
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__CONSTANTS
          The meta object literal for the 'Constants' containment reference list feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__EXTENDS
          The meta object literal for the 'Extends' reference feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_TRANSFORMATION__EXTENDS_NAME
          The meta object literal for the 'Extends Name' attribute feature
static org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_TRANSFORMATION__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__TRANSFORMATIONRULES
          The meta object literal for the 'Transformationrules' containment reference list feature
static org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__VARIABLES
          The meta object literal for the 'Variables' containment reference list feature
static org.eclipse.emf.ecore.EEnum PARAMETER_DIRECTION
          The meta object literal for the 'Parameter Direction' enum
static org.eclipse.emf.ecore.EClass POINT_CUT
          The meta object literal for the 'Point Cut' class
static org.eclipse.emf.ecore.EAttribute POINT_CUT__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference POINT_CUT__POINTCUTEXPRESSION
          The meta object literal for the 'Pointcutexpression' containment reference feature
static org.eclipse.emf.ecore.EAttribute POINT_CUT__TYPE_MATCH
          The meta object literal for the 'Type Match' attribute feature
static org.eclipse.emf.ecore.EEnum POINT_CUT_COMBINATION_OPERATOR
          The meta object literal for the 'Point Cut Combination Operator' enum
static org.eclipse.emf.ecore.EClass POINT_CUT_EXPRESSION
          The meta object literal for the 'Point Cut Expression' class
static org.eclipse.emf.ecore.EAttribute POINT_CUT_EXPRESSION__COMBINATION_OPERATOR
          The meta object literal for the 'Combination Operator' attribute feature
static org.eclipse.emf.ecore.EReference POINT_CUT_EXPRESSION__COMBINED_EXPRESSION
          The meta object literal for the 'Combined Expression' containment reference list feature
static org.eclipse.emf.ecore.EAttribute POINT_CUT_EXPRESSION__EXPRESSION_STRING
          The meta object literal for the 'Expression String' attribute feature
static org.eclipse.emf.ecore.EAttribute POINT_CUT_EXPRESSION__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EEnum POINT_CUT_OPERATOR
          The meta object literal for the 'Point Cut Operator' enum
static org.eclipse.emf.ecore.EClass PRINT_STATEMENT
          The meta object literal for the 'Print Statement' class
static org.eclipse.emf.ecore.EAttribute PRINT_STATEMENT__CONTEXT
          The meta object literal for the 'Context' attribute feature
static org.eclipse.emf.ecore.EReference PRINT_STATEMENT__PRINT_BODY
          The meta object literal for the 'Print Body' containment reference feature
static org.eclipse.emf.ecore.EAttribute PRINT_STATEMENT__PRINT_COMMAND
          The meta object literal for the 'Print Command' attribute feature
static org.eclipse.emf.ecore.EClass REFERENCE
          The meta object literal for the 'Reference' class
static org.eclipse.emf.ecore.EAttribute REFERENCE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EClass RESULT_ASSIGNMENT
          The meta object literal for the 'Result Assignment' class
static org.eclipse.emf.ecore.EReference RESULT_ASSIGNMENT__EXPRESSION
          The meta object literal for the 'Expression' containment reference feature
static org.eclipse.emf.ecore.EAttribute RESULT_ASSIGNMENT__OPERATOR
          The meta object literal for the 'Operator' attribute feature
static org.eclipse.emf.ecore.EAttribute RESULT_ASSIGNMENT__RESULT_PART
          The meta object literal for the 'Result Part' attribute feature
static org.eclipse.emf.ecore.EClass RETURN_STATEMENT
          The meta object literal for the 'Return Statement' class
static org.eclipse.emf.ecore.EReference RETURN_STATEMENT__EXPRESSION
          The meta object literal for the 'Expression' containment reference feature
static org.eclipse.emf.ecore.EClass SELECT_EXPRESSION
          The meta object literal for the 'Select Expression' class
static org.eclipse.emf.ecore.EReference SELECT_EXPRESSION__APPLIED_FUNCTION
          The meta object literal for the 'Applied Function' reference feature
static org.eclipse.emf.ecore.EReference SELECT_EXPRESSION__FILTER_EXPRESSION
          The meta object literal for the 'Filter Expression' containment reference feature
static org.eclipse.emf.ecore.EReference SELECT_EXPRESSION__SOURCE_REFERENCE
          The meta object literal for the 'Source Reference' containment reference feature
static org.eclipse.emf.ecore.EAttribute SELECT_EXPRESSION__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EAttribute SELECT_EXPRESSION__VARIABLE
          The meta object literal for the 'Variable' attribute feature
static org.eclipse.emf.ecore.EClass SIMPLE_EXPRESSION
          The meta object literal for the 'Simple Expression' class
static org.eclipse.emf.ecore.EReference SIMPLE_EXPRESSION__ADDITIONAL_EXPRESSION_PART
          The meta object literal for the 'Additional Expression Part' containment reference list feature
static org.eclipse.emf.ecore.EClass STATEMENT_BLOCK
          The meta object literal for the 'Statement Block' class
static org.eclipse.emf.ecore.EAttribute STATEMENT_BLOCK__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EAttribute STATEMENT_BLOCK__PROTECTED
          The meta object literal for the 'Protected' attribute feature
static org.eclipse.emf.ecore.EAttribute STATEMENT_BLOCK__REFERENCE
          The meta object literal for the 'Reference' attribute feature
static org.eclipse.emf.ecore.EReference STATEMENT_BLOCK__STATEMENTS
          The meta object literal for the 'Statements' reference list feature
static org.eclipse.emf.ecore.EClass TRACE
          The meta object literal for the 'Trace' class
static org.eclipse.emf.ecore.EClass TRANSFORMATION_RULE
          The meta object literal for the 'Transformation Rule' class
static org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__ACCESS_LEVEL
          The meta object literal for the 'Access Level' attribute feature
static org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__CONTEXT
          The meta object literal for the 'Context' containment reference feature
static org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__EXTENDS
          The meta object literal for the 'Extends' reference feature
static org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__IS_ABSTRACT
          The meta object literal for the 'Is Abstract' attribute feature
static org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__IS_ENTRY_POINT
          The meta object literal for the 'Is Entry Point' attribute feature
static org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__OWNER
          The meta object literal for the 'Owner' container reference feature
static org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature
static org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__RETURN
          The meta object literal for the 'Return' attribute feature
static org.eclipse.emf.ecore.EClass VALUE_EXPRESSION
          The meta object literal for the 'Value Expression' class
static org.eclipse.emf.ecore.EAttribute VALUE_EXPRESSION__SPECIFICATION
          The meta object literal for the 'Specification' attribute feature
static org.eclipse.emf.ecore.EClass VARIABLE_DECLARATION
          The meta object literal for the 'Variable Declaration' class
static org.eclipse.emf.ecore.EAttribute VARIABLE_DECLARATION__CONSTANT
          The meta object literal for the 'Constant' attribute feature
static org.eclipse.emf.ecore.EAttribute VARIABLE_DECLARATION__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute VARIABLE_DECLARATION__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EReference VARIABLE_DECLARATION__VALUE
          The meta object literal for the 'Value' containment reference feature
static org.eclipse.emf.ecore.EClass VARIABLE_DECLARATION_STATEMENT
          The meta object literal for the 'Variable Declaration Statement' class
static org.eclipse.emf.ecore.EReference VARIABLE_DECLARATION_STATEMENT__VARIABLE
          The meta object literal for the 'Variable' reference feature
static org.eclipse.emf.ecore.EClass WHILE_STATEMENT
          The meta object literal for the 'While Statement' class
static org.eclipse.emf.ecore.EReference WHILE_STATEMENT__CONDITION
          The meta object literal for the 'Condition' containment reference feature
 

Field Detail

TRANSFORMATION_RULE

static final org.eclipse.emf.ecore.EClass TRANSFORMATION_RULE
The meta object literal for the 'Transformation Rule' class.

See Also:
TransformationRuleImpl, MOFScriptModelPackageImpl.getTransformationRule()

TRANSFORMATION_RULE__IS_ENTRY_POINT

static final org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__IS_ENTRY_POINT
The meta object literal for the 'Is Entry Point' attribute feature.


TRANSFORMATION_RULE__NAME

static final org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__NAME
The meta object literal for the 'Name' attribute feature.


TRANSFORMATION_RULE__RETURN

static final org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__RETURN
The meta object literal for the 'Return' attribute feature.


TRANSFORMATION_RULE__OWNER

static final org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__OWNER
The meta object literal for the 'Owner' container reference feature.


TRANSFORMATION_RULE__EXTENDS

static final org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__EXTENDS
The meta object literal for the 'Extends' reference feature.


TRANSFORMATION_RULE__PARAMETERS

static final org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.


TRANSFORMATION_RULE__CONTEXT

static final org.eclipse.emf.ecore.EReference TRANSFORMATION_RULE__CONTEXT
The meta object literal for the 'Context' containment reference feature.


TRANSFORMATION_RULE__IS_ABSTRACT

static final org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__IS_ABSTRACT
The meta object literal for the 'Is Abstract' attribute feature.


TRANSFORMATION_RULE__ACCESS_LEVEL

static final org.eclipse.emf.ecore.EAttribute TRANSFORMATION_RULE__ACCESS_LEVEL
The meta object literal for the 'Access Level' attribute feature.


MOF_SCRIPT_STATEMENT_OWNER

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_STATEMENT_OWNER
The meta object literal for the 'MOF Script Statement Owner' class.

See Also:
MOFScriptStatementOwnerImpl, MOFScriptModelPackageImpl.getMOFScriptStatementOwner()

MOF_SCRIPT_STATEMENT_OWNER__STATEMENTS

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT_OWNER__STATEMENTS
The meta object literal for the 'Statements' containment reference list feature.


MOF_SCRIPT_STATEMENT_OWNER__VARIABLES

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT_OWNER__VARIABLES
The meta object literal for the 'Variables' containment reference list feature.


MOF_SCRIPT_STATEMENT_OWNER__BLOCKS

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT_OWNER__BLOCKS
The meta object literal for the 'Blocks' containment reference list feature.


MOF_SCRIPT_OBJECT

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_OBJECT
The meta object literal for the 'MOF Script Object' class.

See Also:
MOFScriptObjectImpl, MOFScriptModelPackageImpl.getMOFScriptObject()

MOF_SCRIPT_OBJECT__LINE

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_OBJECT__LINE
The meta object literal for the 'Line' attribute feature.


MOF_SCRIPT_OBJECT__COLUMN

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_OBJECT__COLUMN
The meta object literal for the 'Column' attribute feature.


MOF_SCRIPT_OBJECT__COMMENT

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_OBJECT__COMMENT
The meta object literal for the 'Comment' containment reference list feature.


MOF_SCRIPT_COMMENT

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_COMMENT
The meta object literal for the 'MOF Script Comment' class.

See Also:
MOFScriptCommentImpl, MOFScriptModelPackageImpl.getMOFScriptComment()

MOF_SCRIPT_COMMENT__COMMENT_TEXT

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_COMMENT__COMMENT_TEXT
The meta object literal for the 'Comment Text' attribute feature.


MOF_SCRIPT_COMMENT__SINGLE_LINE

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_COMMENT__SINGLE_LINE
The meta object literal for the 'Single Line' attribute feature.


MOF_SCRIPT_COMMENT__DOC_STYLE

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_COMMENT__DOC_STYLE
The meta object literal for the 'Doc Style' attribute feature.


MOF_SCRIPT_STATEMENT

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_STATEMENT
The meta object literal for the 'MOF Script Statement' class.

See Also:
MOFScriptStatementImpl, MOFScriptModelPackageImpl.getMOFScriptStatement()

MOF_SCRIPT_STATEMENT__OWNER

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_STATEMENT__OWNER
The meta object literal for the 'Owner' container reference feature.


VARIABLE_DECLARATION

static final org.eclipse.emf.ecore.EClass VARIABLE_DECLARATION
The meta object literal for the 'Variable Declaration' class.

See Also:
VariableDeclarationImpl, MOFScriptModelPackageImpl.getVariableDeclaration()

VARIABLE_DECLARATION__NAME

static final org.eclipse.emf.ecore.EAttribute VARIABLE_DECLARATION__NAME
The meta object literal for the 'Name' attribute feature.


VARIABLE_DECLARATION__TYPE

static final org.eclipse.emf.ecore.EAttribute VARIABLE_DECLARATION__TYPE
The meta object literal for the 'Type' attribute feature.


VARIABLE_DECLARATION__CONSTANT

static final org.eclipse.emf.ecore.EAttribute VARIABLE_DECLARATION__CONSTANT
The meta object literal for the 'Constant' attribute feature.


VARIABLE_DECLARATION__VALUE

static final org.eclipse.emf.ecore.EReference VARIABLE_DECLARATION__VALUE
The meta object literal for the 'Value' containment reference feature.


VALUE_EXPRESSION

static final org.eclipse.emf.ecore.EClass VALUE_EXPRESSION
The meta object literal for the 'Value Expression' class.

See Also:
ValueExpressionImpl, MOFScriptModelPackageImpl.getValueExpression()

VALUE_EXPRESSION__SPECIFICATION

static final org.eclipse.emf.ecore.EAttribute VALUE_EXPRESSION__SPECIFICATION
The meta object literal for the 'Specification' attribute feature.


EXPRESSION

static final org.eclipse.emf.ecore.EClass EXPRESSION
The meta object literal for the 'Expression' class.

See Also:
ExpressionImpl, MOFScriptModelPackageImpl.getExpression()

STATEMENT_BLOCK

static final org.eclipse.emf.ecore.EClass STATEMENT_BLOCK
The meta object literal for the 'Statement Block' class.

See Also:
StatementBlockImpl, MOFScriptModelPackageImpl.getStatementBlock()

STATEMENT_BLOCK__STATEMENTS

static final org.eclipse.emf.ecore.EReference STATEMENT_BLOCK__STATEMENTS
The meta object literal for the 'Statements' reference list feature.


STATEMENT_BLOCK__PROTECTED

static final org.eclipse.emf.ecore.EAttribute STATEMENT_BLOCK__PROTECTED
The meta object literal for the 'Protected' attribute feature.


STATEMENT_BLOCK__ID

static final org.eclipse.emf.ecore.EAttribute STATEMENT_BLOCK__ID
The meta object literal for the 'Id' attribute feature.


STATEMENT_BLOCK__REFERENCE

static final org.eclipse.emf.ecore.EAttribute STATEMENT_BLOCK__REFERENCE
The meta object literal for the 'Reference' attribute feature.


MOF_SCRIPT_TRANSFORMATION

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_TRANSFORMATION
The meta object literal for the 'MOF Script Transformation' class.

See Also:
MOFScriptTransformationImpl, MOFScriptModelPackageImpl.getMOFScriptTransformation()

MOF_SCRIPT_TRANSFORMATION__NAME

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_TRANSFORMATION__NAME
The meta object literal for the 'Name' attribute feature.


MOF_SCRIPT_TRANSFORMATION__VARIABLES

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__VARIABLES
The meta object literal for the 'Variables' containment reference list feature.


MOF_SCRIPT_TRANSFORMATION__CONSTANTS

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__CONSTANTS
The meta object literal for the 'Constants' containment reference list feature.


MOF_SCRIPT_TRANSFORMATION__PARAMETERS

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.


MOF_SCRIPT_TRANSFORMATION__EXTENDS_NAME

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_TRANSFORMATION__EXTENDS_NAME
The meta object literal for the 'Extends Name' attribute feature.


MOF_SCRIPT_TRANSFORMATION__EXTENDS

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__EXTENDS
The meta object literal for the 'Extends' reference feature.


MOF_SCRIPT_TRANSFORMATION__TRANSFORMATIONRULES

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_TRANSFORMATION__TRANSFORMATIONRULES
The meta object literal for the 'Transformationrules' containment reference list feature.


MOF_SCRIPT_PARAMETER

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_PARAMETER
The meta object literal for the 'MOF Script Parameter' class.

See Also:
MOFScriptParameterImpl, MOFScriptModelPackageImpl.getMOFScriptParameter()

MOF_SCRIPT_PARAMETER__NAME

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__NAME
The meta object literal for the 'Name' attribute feature.


MOF_SCRIPT_PARAMETER__TYPE

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__TYPE
The meta object literal for the 'Type' attribute feature.


MOF_SCRIPT_PARAMETER__DIRECTION

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__DIRECTION
The meta object literal for the 'Direction' attribute feature.


MOF_SCRIPT_PARAMETER__TYPE_PREFIX

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_PARAMETER__TYPE_PREFIX
The meta object literal for the 'Type Prefix' attribute feature.


MOF_SCRIPT_IMPORT

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_IMPORT
The meta object literal for the 'MOF Script Import' class.

See Also:
MOFScriptImportImpl, MOFScriptModelPackageImpl.getMOFScriptImport()

MOF_SCRIPT_IMPORT__NAME

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__NAME
The meta object literal for the 'Name' attribute feature.


MOF_SCRIPT_IMPORT__TYPE

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__TYPE
The meta object literal for the 'Type' attribute feature.


MOF_SCRIPT_IMPORT__URI

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__URI
The meta object literal for the 'Uri' attribute feature.


MOF_SCRIPT_IMPORT__IMPORT_SEMANTICS

static final org.eclipse.emf.ecore.EAttribute MOF_SCRIPT_IMPORT__IMPORT_SEMANTICS
The meta object literal for the 'Import Semantics' attribute feature.


ITERATOR_STATEMENT

static final org.eclipse.emf.ecore.EClass ITERATOR_STATEMENT
The meta object literal for the 'Iterator Statement' class.

See Also:
IteratorStatementImpl, MOFScriptModelPackageImpl.getIteratorStatement()

ITERATOR_STATEMENT__TYPE

static final org.eclipse.emf.ecore.EAttribute ITERATOR_STATEMENT__TYPE
The meta object literal for the 'Type' attribute feature.


ITERATOR_STATEMENT__VARIABLE

static final org.eclipse.emf.ecore.EAttribute ITERATOR_STATEMENT__VARIABLE
The meta object literal for the 'Variable' attribute feature.


ITERATOR_STATEMENT__FILTER_EXPRESSION

static final org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__FILTER_EXPRESSION
The meta object literal for the 'Filter Expression' containment reference feature.


ITERATOR_STATEMENT__SOURCE

static final org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__SOURCE
The meta object literal for the 'Source' containment reference feature.


ITERATOR_STATEMENT__BEFORE

static final org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__BEFORE
The meta object literal for the 'Before' containment reference feature.


ITERATOR_STATEMENT__BETWEEN

static final org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__BETWEEN
The meta object literal for the 'Between' containment reference feature.


ITERATOR_STATEMENT__AFTER

static final org.eclipse.emf.ecore.EReference ITERATOR_STATEMENT__AFTER
The meta object literal for the 'After' containment reference feature.


LOGICAL_EXPRESSION

static final org.eclipse.emf.ecore.EClass LOGICAL_EXPRESSION
The meta object literal for the 'Logical Expression' class.

See Also:
LogicalExpressionImpl, MOFScriptModelPackageImpl.getLogicalExpression()

LOGICAL_EXPRESSION__OPERATOR

static final org.eclipse.emf.ecore.EAttribute LOGICAL_EXPRESSION__OPERATOR
The meta object literal for the 'Operator' attribute feature.


LOGICAL_EXPRESSION__PART1

static final org.eclipse.emf.ecore.EReference LOGICAL_EXPRESSION__PART1
The meta object literal for the 'Part1' containment reference feature.


LOGICAL_EXPRESSION__PART2

static final org.eclipse.emf.ecore.EReference LOGICAL_EXPRESSION__PART2
The meta object literal for the 'Part2' containment reference feature.


SIMPLE_EXPRESSION

static final org.eclipse.emf.ecore.EClass SIMPLE_EXPRESSION
The meta object literal for the 'Simple Expression' class.

See Also:
SimpleExpressionImpl, MOFScriptModelPackageImpl.getSimpleExpression()

SIMPLE_EXPRESSION__ADDITIONAL_EXPRESSION_PART

static final org.eclipse.emf.ecore.EReference SIMPLE_EXPRESSION__ADDITIONAL_EXPRESSION_PART
The meta object literal for the 'Additional Expression Part' containment reference list feature.


FUNCTION_CALL

static final org.eclipse.emf.ecore.EClass FUNCTION_CALL
The meta object literal for the 'Function Call' class.

See Also:
FunctionCallImpl, MOFScriptModelPackageImpl.getFunctionCall()

FUNCTION_CALL__NAME

static final org.eclipse.emf.ecore.EAttribute FUNCTION_CALL__NAME
The meta object literal for the 'Name' attribute feature.


FUNCTION_CALL__PARAMETERS

static final org.eclipse.emf.ecore.EReference FUNCTION_CALL__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.


FUNCTION_CALL__IS_SUPER_CALL

static final org.eclipse.emf.ecore.EAttribute FUNCTION_CALL__IS_SUPER_CALL
The meta object literal for the 'Is Super Call' attribute feature.


FUNCTION_CALL__TRANSFORMATION_RULE

static final org.eclipse.emf.ecore.EReference FUNCTION_CALL__TRANSFORMATION_RULE
The meta object literal for the 'Transformation Rule' reference feature.


FUNCTION_CALL__TRANSFORMATION_CONTEXT

static final org.eclipse.emf.ecore.EAttribute FUNCTION_CALL__TRANSFORMATION_CONTEXT
The meta object literal for the 'Transformation Context' attribute feature.


CREATE_STATEMENT

static final org.eclipse.emf.ecore.EClass CREATE_STATEMENT
The meta object literal for the 'Create Statement' class.

See Also:
CreateStatementImpl, MOFScriptModelPackageImpl.getCreateStatement()

CREATE_STATEMENT__TYPE

static final org.eclipse.emf.ecore.EAttribute CREATE_STATEMENT__TYPE
The meta object literal for the 'Type' attribute feature.


CREATE_STATEMENT__NAME

static final org.eclipse.emf.ecore.EAttribute CREATE_STATEMENT__NAME
The meta object literal for the 'Name' attribute feature.


RESULT_ASSIGNMENT

static final org.eclipse.emf.ecore.EClass RESULT_ASSIGNMENT
The meta object literal for the 'Result Assignment' class.

See Also:
ResultAssignmentImpl, MOFScriptModelPackageImpl.getResultAssignment()

RESULT_ASSIGNMENT__RESULT_PART

static final org.eclipse.emf.ecore.EAttribute RESULT_ASSIGNMENT__RESULT_PART
The meta object literal for the 'Result Part' attribute feature.


RESULT_ASSIGNMENT__OPERATOR

static final org.eclipse.emf.ecore.EAttribute RESULT_ASSIGNMENT__OPERATOR
The meta object literal for the 'Operator' attribute feature.


RESULT_ASSIGNMENT__EXPRESSION

static final org.eclipse.emf.ecore.EReference RESULT_ASSIGNMENT__EXPRESSION
The meta object literal for the 'Expression' containment reference feature.


GENERAL_ASSIGNMENT

static final org.eclipse.emf.ecore.EClass GENERAL_ASSIGNMENT
The meta object literal for the 'General Assignment' class.

See Also:
GeneralAssignmentImpl, MOFScriptModelPackageImpl.getGeneralAssignment()

GENERAL_ASSIGNMENT__NAME

static final org.eclipse.emf.ecore.EAttribute GENERAL_ASSIGNMENT__NAME
The meta object literal for the 'Name' attribute feature.


GENERAL_ASSIGNMENT__OPERATOR

static final org.eclipse.emf.ecore.EAttribute GENERAL_ASSIGNMENT__OPERATOR
The meta object literal for the 'Operator' attribute feature.


GENERAL_ASSIGNMENT__EXPRESSION

static final org.eclipse.emf.ecore.EReference GENERAL_ASSIGNMENT__EXPRESSION
The meta object literal for the 'Expression' containment reference feature.


LITERAL

static final org.eclipse.emf.ecore.EClass LITERAL
The meta object literal for the 'Literal' class.

See Also:
LiteralImpl, MOFScriptModelPackageImpl.getLiteral()

LITERAL__TYPE

static final org.eclipse.emf.ecore.EAttribute LITERAL__TYPE
The meta object literal for the 'Type' attribute feature.


LITERAL__VALUE

static final org.eclipse.emf.ecore.EAttribute LITERAL__VALUE
The meta object literal for the 'Value' attribute feature.


REFERENCE

static final org.eclipse.emf.ecore.EClass REFERENCE
The meta object literal for the 'Reference' class.

See Also:
ReferenceImpl, MOFScriptModelPackageImpl.getReference()

REFERENCE__NAME

static final org.eclipse.emf.ecore.EAttribute REFERENCE__NAME
The meta object literal for the 'Name' attribute feature.


FUNCTION_CALL_STATEMENT

static final org.eclipse.emf.ecore.EClass FUNCTION_CALL_STATEMENT
The meta object literal for the 'Function Call Statement' class.

See Also:
FunctionCallStatementImpl, MOFScriptModelPackageImpl.getFunctionCallStatement()

FUNCTION_CALL_STATEMENT__FUNCTION

static final org.eclipse.emf.ecore.EReference FUNCTION_CALL_STATEMENT__FUNCTION
The meta object literal for the 'Function' containment reference feature.


PRINT_STATEMENT

static final org.eclipse.emf.ecore.EClass PRINT_STATEMENT
The meta object literal for the 'Print Statement' class.

See Also:
PrintStatementImpl, MOFScriptModelPackageImpl.getPrintStatement()

PRINT_STATEMENT__CONTEXT

static final org.eclipse.emf.ecore.EAttribute PRINT_STATEMENT__CONTEXT
The meta object literal for the 'Context' attribute feature.


PRINT_STATEMENT__PRINT_COMMAND

static final org.eclipse.emf.ecore.EAttribute PRINT_STATEMENT__PRINT_COMMAND
The meta object literal for the 'Print Command' attribute feature.


PRINT_STATEMENT__PRINT_BODY

static final org.eclipse.emf.ecore.EReference PRINT_STATEMENT__PRINT_BODY
The meta object literal for the 'Print Body' containment reference feature.


ARITHMETIC_EXPRESSION

static final org.eclipse.emf.ecore.EClass ARITHMETIC_EXPRESSION
The meta object literal for the 'Arithmetic Expression' class.

See Also:
ArithmeticExpressionImpl, MOFScriptModelPackageImpl.getArithmeticExpression()

ARITHMETIC_EXPRESSION__OPERATOR

static final org.eclipse.emf.ecore.EAttribute ARITHMETIC_EXPRESSION__OPERATOR
The meta object literal for the 'Operator' attribute feature.


ARITHMETIC_EXPRESSION__PART1

static final org.eclipse.emf.ecore.EReference ARITHMETIC_EXPRESSION__PART1
The meta object literal for the 'Part1' containment reference feature.


ARITHMETIC_EXPRESSION__PART2

static final org.eclipse.emf.ecore.EReference ARITHMETIC_EXPRESSION__PART2
The meta object literal for the 'Part2' containment reference feature.


FILE_STATEMENT

static final org.eclipse.emf.ecore.EClass FILE_STATEMENT
The meta object literal for the 'File Statement' class.

See Also:
FileStatementImpl, MOFScriptModelPackageImpl.getFileStatement()

FILE_STATEMENT__FILE_REFERENCE

static final org.eclipse.emf.ecore.EAttribute FILE_STATEMENT__FILE_REFERENCE
The meta object literal for the 'File Reference' attribute feature.


FILE_STATEMENT__USE

static final org.eclipse.emf.ecore.EAttribute FILE_STATEMENT__USE
The meta object literal for the 'Use' attribute feature.


FILE_STATEMENT__FILE_URI

static final org.eclipse.emf.ecore.EReference FILE_STATEMENT__FILE_URI
The meta object literal for the 'File URI' containment reference feature.


FILE_STATEMENT__APPEND

static final org.eclipse.emf.ecore.EAttribute FILE_STATEMENT__APPEND
The meta object literal for the 'Append' attribute feature.


COMPARISON_EXPRESSION

static final org.eclipse.emf.ecore.EClass COMPARISON_EXPRESSION
The meta object literal for the 'Comparison Expression' class.

See Also:
ComparisonExpressionImpl, MOFScriptModelPackageImpl.getComparisonExpression()

COMPARISON_EXPRESSION__OPERATOR

static final org.eclipse.emf.ecore.EAttribute COMPARISON_EXPRESSION__OPERATOR
The meta object literal for the 'Operator' attribute feature.


COMPARISON_EXPRESSION__PART2

static final org.eclipse.emf.ecore.EReference COMPARISON_EXPRESSION__PART2
The meta object literal for the 'Part2' containment reference feature.


COMPARISON_EXPRESSION__PART1

static final org.eclipse.emf.ecore.EReference COMPARISON_EXPRESSION__PART1
The meta object literal for the 'Part1' containment reference feature.


IF_STATEMENT

static final org.eclipse.emf.ecore.EClass IF_STATEMENT
The meta object literal for the 'If Statement' class.

See Also:
IfStatementImpl, MOFScriptModelPackageImpl.getIfStatement()

IF_STATEMENT__IF_EXPRESSION

static final org.eclipse.emf.ecore.EReference IF_STATEMENT__IF_EXPRESSION
The meta object literal for the 'If Expression' containment reference feature.


IF_STATEMENT__ELSE_BRANCH

static final org.eclipse.emf.ecore.EReference IF_STATEMENT__ELSE_BRANCH
The meta object literal for the 'Else Branch' containment reference list feature.


MOF_SCRIPT_SPECIFICATION

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_SPECIFICATION
The meta object literal for the 'MOF Script Specification' class.

See Also:
MOFScriptSpecificationImpl, MOFScriptModelPackageImpl.getMOFScriptSpecification()

MOF_SCRIPT_SPECIFICATION__TRANSFORMATION

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_SPECIFICATION__TRANSFORMATION
The meta object literal for the 'Transformation' containment reference list feature.


MOF_SCRIPT_SPECIFICATION__IMPORTS

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_SPECIFICATION__IMPORTS
The meta object literal for the 'Imports' containment reference list feature.


BREAK_STATEMENT

static final org.eclipse.emf.ecore.EClass BREAK_STATEMENT
The meta object literal for the 'Break Statement' class.

See Also:
BreakStatementImpl, MOFScriptModelPackageImpl.getBreakStatement()

WHILE_STATEMENT

static final org.eclipse.emf.ecore.EClass WHILE_STATEMENT
The meta object literal for the 'While Statement' class.

See Also:
WhileStatementImpl, MOFScriptModelPackageImpl.getWhileStatement()

WHILE_STATEMENT__CONDITION

static final org.eclipse.emf.ecore.EReference WHILE_STATEMENT__CONDITION
The meta object literal for the 'Condition' containment reference feature.


MOF_SCRIPT_ASPECT

static final org.eclipse.emf.ecore.EClass MOF_SCRIPT_ASPECT
The meta object literal for the 'MOF Script Aspect' class.

See Also:
MOFScriptAspectImpl, MOFScriptModelPackageImpl.getMOFScriptAspect()

MOF_SCRIPT_ASPECT__ADVICE

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_ASPECT__ADVICE
The meta object literal for the 'Advice' containment reference list feature.


MOF_SCRIPT_ASPECT__POINTCUT

static final org.eclipse.emf.ecore.EReference MOF_SCRIPT_ASPECT__POINTCUT
The meta object literal for the 'Pointcut' containment reference list feature.


ADVICE

static final org.eclipse.emf.ecore.EClass ADVICE
The meta object literal for the 'Advice' class.

See Also:
AdviceImpl, MOFScriptModelPackageImpl.getAdvice()

ADVICE__NAME

static final org.eclipse.emf.ecore.EAttribute ADVICE__NAME
The meta object literal for the 'Name' attribute feature.


ADVICE__CODE

static final org.eclipse.emf.ecore.EAttribute ADVICE__CODE
The meta object literal for the 'Code' attribute feature.


ADVICE__OPERATOR

static final org.eclipse.emf.ecore.EAttribute ADVICE__OPERATOR
The meta object literal for the 'Operator' attribute feature.


ADVICE__POINTCUT

static final org.eclipse.emf.ecore.EReference ADVICE__POINTCUT
The meta object literal for the 'Pointcut' reference feature.


ADVICE__POINT_CUT_REF

static final org.eclipse.emf.ecore.EAttribute ADVICE__POINT_CUT_REF
The meta object literal for the 'Point Cut Ref' attribute feature.


POINT_CUT

static final org.eclipse.emf.ecore.EClass POINT_CUT
The meta object literal for the 'Point Cut' class.

See Also:
PointCutImpl, MOFScriptModelPackageImpl.getPointCut()

POINT_CUT__NAME

static final org.eclipse.emf.ecore.EAttribute POINT_CUT__NAME
The meta object literal for the 'Name' attribute feature.


POINT_CUT__POINTCUTEXPRESSION

static final org.eclipse.emf.ecore.EReference POINT_CUT__POINTCUTEXPRESSION
The meta object literal for the 'Pointcutexpression' containment reference feature.


POINT_CUT__TYPE_MATCH

static final org.eclipse.emf.ecore.EAttribute POINT_CUT__TYPE_MATCH
The meta object literal for the 'Type Match' attribute feature.


POINT_CUT_EXPRESSION

static final org.eclipse.emf.ecore.EClass POINT_CUT_EXPRESSION
The meta object literal for the 'Point Cut Expression' class.

See Also:
PointCutExpressionImpl, MOFScriptModelPackageImpl.getPointCutExpression()

POINT_CUT_EXPRESSION__EXPRESSION_STRING

static final org.eclipse.emf.ecore.EAttribute POINT_CUT_EXPRESSION__EXPRESSION_STRING
The meta object literal for the 'Expression String' attribute feature.


POINT_CUT_EXPRESSION__COMBINED_EXPRESSION

static final org.eclipse.emf.ecore.EReference POINT_CUT_EXPRESSION__COMBINED_EXPRESSION
The meta object literal for the 'Combined Expression' containment reference list feature.


POINT_CUT_EXPRESSION__OPERATOR

static final org.eclipse.emf.ecore.EAttribute POINT_CUT_EXPRESSION__OPERATOR
The meta object literal for the 'Operator' attribute feature.


POINT_CUT_EXPRESSION__COMBINATION_OPERATOR

static final org.eclipse.emf.ecore.EAttribute POINT_CUT_EXPRESSION__COMBINATION_OPERATOR
The meta object literal for the 'Combination Operator' attribute feature.


SELECT_EXPRESSION

static final org.eclipse.emf.ecore.EClass SELECT_EXPRESSION
The meta object literal for the 'Select Expression' class.

See Also:
SelectExpressionImpl, MOFScriptModelPackageImpl.getSelectExpression()

SELECT_EXPRESSION__VARIABLE

static final org.eclipse.emf.ecore.EAttribute SELECT_EXPRESSION__VARIABLE
The meta object literal for the 'Variable' attribute feature.


SELECT_EXPRESSION__TYPE

static final org.eclipse.emf.ecore.EAttribute SELECT_EXPRESSION__TYPE
The meta object literal for the 'Type' attribute feature.


SELECT_EXPRESSION__FILTER_EXPRESSION

static final org.eclipse.emf.ecore.EReference SELECT_EXPRESSION__FILTER_EXPRESSION
The meta object literal for the 'Filter Expression' containment reference feature.


SELECT_EXPRESSION__SOURCE_REFERENCE

static final org.eclipse.emf.ecore.EReference SELECT_EXPRESSION__SOURCE_REFERENCE
The meta object literal for the 'Source Reference' containment reference feature.


SELECT_EXPRESSION__APPLIED_FUNCTION

static final org.eclipse.emf.ecore.EReference SELECT_EXPRESSION__APPLIED_FUNCTION
The meta object literal for the 'Applied Function' reference feature.


CREATE_EXPRESSION

static final org.eclipse.emf.ecore.EClass CREATE_EXPRESSION
The meta object literal for the 'Create Expression' class.

See Also:
CreateExpressionImpl, MOFScriptModelPackageImpl.getCreateExpression()

CREATE_EXPRESSION__TYPE

static final org.eclipse.emf.ecore.EAttribute CREATE_EXPRESSION__TYPE
The meta object literal for the 'Type' attribute feature.


CREATE_EXPRESSION__PARAMETERS

static final org.eclipse.emf.ecore.EReference CREATE_EXPRESSION__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.


CREATE_EXPRESSION_PARAMETER

static final org.eclipse.emf.ecore.EClass CREATE_EXPRESSION_PARAMETER
The meta object literal for the 'Create Expression Parameter' class.

See Also:
CreateExpressionParameterImpl, MOFScriptModelPackageImpl.getCreateExpressionParameter()

CREATE_EXPRESSION_PARAMETER__NAME

static final org.eclipse.emf.ecore.EAttribute CREATE_EXPRESSION_PARAMETER__NAME
The meta object literal for the 'Name' attribute feature.


CREATE_EXPRESSION_PARAMETER__VALUE

static final org.eclipse.emf.ecore.EReference CREATE_EXPRESSION_PARAMETER__VALUE
The meta object literal for the 'Value' containment reference feature.


RETURN_STATEMENT

static final org.eclipse.emf.ecore.EClass RETURN_STATEMENT
The meta object literal for the 'Return Statement' class.

See Also:
ReturnStatementImpl, MOFScriptModelPackageImpl.getReturnStatement()

RETURN_STATEMENT__EXPRESSION

static final org.eclipse.emf.ecore.EReference RETURN_STATEMENT__EXPRESSION
The meta object literal for the 'Expression' containment reference feature.


VARIABLE_DECLARATION_STATEMENT

static final org.eclipse.emf.ecore.EClass VARIABLE_DECLARATION_STATEMENT
The meta object literal for the 'Variable Declaration Statement' class.

See Also:
VariableDeclarationStatementImpl, MOFScriptModelPackageImpl.getVariableDeclarationStatement()

VARIABLE_DECLARATION_STATEMENT__VARIABLE

static final org.eclipse.emf.ecore.EReference VARIABLE_DECLARATION_STATEMENT__VARIABLE
The meta object literal for the 'Variable' reference feature.


DEBUG_STATEMENT

static final org.eclipse.emf.ecore.EClass DEBUG_STATEMENT
The meta object literal for the 'Debug Statement' class.

See Also:
DebugStatementImpl, MOFScriptModelPackageImpl.getDebugStatement()

DEBUG_STATEMENT__SPECIFICATION

static final org.eclipse.emf.ecore.EAttribute DEBUG_STATEMENT__SPECIFICATION
The meta object literal for the 'Specification' attribute feature.


DEBUG_STATEMENT__VARS

static final org.eclipse.emf.ecore.EAttribute DEBUG_STATEMENT__VARS
The meta object literal for the 'Vars' attribute list feature.


TRACE

static final org.eclipse.emf.ecore.EClass TRACE
The meta object literal for the 'Trace' class.

See Also:
TraceImpl, MOFScriptModelPackageImpl.getTrace()

M2M_TRACE

static final org.eclipse.emf.ecore.EClass M2M_TRACE
The meta object literal for the 'M2M Trace' class.

See Also:
M2MTraceImpl, MOFScriptModelPackageImpl.getM2MTrace()

M2M_TRACE__SOURCE

static final org.eclipse.emf.ecore.EReference M2M_TRACE__SOURCE
The meta object literal for the 'Source' reference feature.


M2M_TRACE__TARGET

static final org.eclipse.emf.ecore.EReference M2M_TRACE__TARGET
The meta object literal for the 'Target' reference feature.


M2M_TRACE__ID

static final org.eclipse.emf.ecore.EAttribute M2M_TRACE__ID
The meta object literal for the 'Id' attribute feature.


M2M_TRACE__NAME

static final org.eclipse.emf.ecore.EAttribute M2M_TRACE__NAME
The meta object literal for the 'Name' attribute feature.


PARAMETER_DIRECTION

static final org.eclipse.emf.ecore.EEnum PARAMETER_DIRECTION
The meta object literal for the 'Parameter Direction' enum.

See Also:
ParameterDirection, MOFScriptModelPackageImpl.getParameterDirection()

ACCESS_LEVEL

static final org.eclipse.emf.ecore.EEnum ACCESS_LEVEL
The meta object literal for the 'Access Level' enum.

See Also:
AccessLevel, MOFScriptModelPackageImpl.getAccessLevel()

IMPORT_TYPE

static final org.eclipse.emf.ecore.EEnum IMPORT_TYPE
The meta object literal for the 'Import Type' enum.

See Also:
ImportType, MOFScriptModelPackageImpl.getImportType()

IMPORT_SEMANTICS

static final org.eclipse.emf.ecore.EEnum IMPORT_SEMANTICS
The meta object literal for the 'Import Semantics' enum.

See Also:
ImportSemantics, MOFScriptModelPackageImpl.getImportSemantics()

ASSIGNMENT_OPERATOR

static final org.eclipse.emf.ecore.EEnum ASSIGNMENT_OPERATOR
The meta object literal for the 'Assignment Operator' enum.

See Also:
AssignmentOperator, MOFScriptModelPackageImpl.getAssignmentOperator()

LOGICAL_OPERATOR

static final org.eclipse.emf.ecore.EEnum LOGICAL_OPERATOR
The meta object literal for the 'Logical Operator' enum.

See Also:
LogicalOperator, MOFScriptModelPackageImpl.getLogicalOperator()

LITERAL_TYPE

static final org.eclipse.emf.ecore.EEnum LITERAL_TYPE
The meta object literal for the 'Literal Type' enum.

See Also:
LiteralType, MOFScriptModelPackageImpl.getLiteralType()

ARITHMETIC_OPERATOR

static final org.eclipse.emf.ecore.EEnum ARITHMETIC_OPERATOR
The meta object literal for the 'Arithmetic Operator' enum.

See Also:
ArithmeticOperator, MOFScriptModelPackageImpl.getArithmeticOperator()

COMPARISON_OPERATOR

static final org.eclipse.emf.ecore.EEnum COMPARISON_OPERATOR
The meta object literal for the 'Comparison Operator' enum.

See Also:
ComparisonOperator, MOFScriptModelPackageImpl.getComparisonOperator()

ADVICE_OPERATOR

static final org.eclipse.emf.ecore.EEnum ADVICE_OPERATOR
The meta object literal for the 'Advice Operator' enum.

See Also:
AdviceOperator, MOFScriptModelPackageImpl.getAdviceOperator()

POINT_CUT_OPERATOR

static final org.eclipse.emf.ecore.EEnum POINT_CUT_OPERATOR
The meta object literal for the 'Point Cut Operator' enum.

See Also:
PointCutOperator, MOFScriptModelPackageImpl.getPointCutOperator()

POINT_CUT_COMBINATION_OPERATOR

static final org.eclipse.emf.ecore.EEnum POINT_CUT_COMBINATION_OPERATOR
The meta object literal for the 'Point Cut Combination Operator' enum.

See Also:
PointCutCombinationOperator, MOFScriptModelPackageImpl.getPointCutCombinationOperator()