org.eclipse.ocl.cst
Interface CSTPackage.Literals

Enclosing interface:
CSTPackage

public static interface CSTPackage.Literals

Defines literals for the meta objects that represent

Generated
Noextend:
This interface is not intended to be extended by clients.
Noimplement:
This interface is not intended to be implemented by clients.

Field Summary
static org.eclipse.emf.ecore.EClass BOOLEAN_LITERAL_EXP_CS
          The meta object literal for the 'Boolean Literal Exp CS' class.
static org.eclipse.emf.ecore.EAttribute BOOLEAN_LITERAL_EXP_CS__BOOLEAN_SYMBOL
          The meta object literal for the 'Boolean Symbol' attribute feature.
static org.eclipse.emf.ecore.EClass CALL_EXP_CS
          The meta object literal for the 'Call Exp CS' class.
static org.eclipse.emf.ecore.EAttribute CALL_EXP_CS__ACCESSOR
          The meta object literal for the 'Accessor' attribute feature.
static org.eclipse.emf.ecore.EReference CALL_EXP_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
static org.eclipse.emf.ecore.EReference CALL_EXP_CS__SOURCE
          The meta object literal for the 'Source' containment reference feature.
static org.eclipse.emf.ecore.EClass CLASSIFIER_CONTEXT_DECL_CS
          The meta object literal for the 'Classifier Context Decl CS' class.
static org.eclipse.emf.ecore.EReference CLASSIFIER_CONTEXT_DECL_CS__CONSTRAINTS
          The meta object literal for the 'Constraints' containment reference list feature.
static org.eclipse.emf.ecore.EReference CLASSIFIER_CONTEXT_DECL_CS__PATH_NAME_CS
          The meta object literal for the 'Path Name CS' containment reference feature.
static org.eclipse.emf.ecore.EReference CLASSIFIER_CONTEXT_DECL_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
static org.eclipse.emf.ecore.EClass COLLECTION_LITERAL_EXP_CS
          The meta object literal for the 'Collection Literal Exp CS' class.
static org.eclipse.emf.ecore.EReference COLLECTION_LITERAL_EXP_CS__COLLECTION_LITERAL_PARTS
          The meta object literal for the 'Collection Literal Parts' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute COLLECTION_LITERAL_EXP_CS__COLLECTION_TYPE
          The meta object literal for the 'Collection Type' attribute feature.
static org.eclipse.emf.ecore.EClass COLLECTION_LITERAL_PART_CS
          The meta object literal for the 'Collection Literal Part CS' class.
static org.eclipse.emf.ecore.EReference COLLECTION_LITERAL_PART_CS__EXPRESSION_CS
          The meta object literal for the 'Expression CS' containment reference feature.
static org.eclipse.emf.ecore.EClass COLLECTION_RANGE_CS
          The meta object literal for the 'Collection Range CS' class.
static org.eclipse.emf.ecore.EReference COLLECTION_RANGE_CS__LAST_EXPRESSION_CS
          The meta object literal for the 'Last Expression CS' containment reference feature.
static org.eclipse.emf.ecore.EClass COLLECTION_TYPE_CS
          The meta object literal for the 'Collection Type CS' class.
static org.eclipse.emf.ecore.EAttribute COLLECTION_TYPE_CS__COLLECTION_TYPE_IDENTIFIER
          The meta object literal for the 'Collection Type Identifier' attribute feature.
static org.eclipse.emf.ecore.EReference COLLECTION_TYPE_CS__TYPE_CS
          The meta object literal for the 'Type CS' containment reference feature.
static org.eclipse.emf.ecore.EEnum COLLECTION_TYPE_IDENTIFIER_ENUM
          The meta object literal for the 'Collection Type Identifier Enum' enum.
static org.eclipse.emf.ecore.EClass CONTEXT_DECL_CS
          The meta object literal for the 'Context Decl CS' class.
static org.eclipse.emf.ecore.EClass CST_NODE
          The meta object literal for the 'Node' class.
static org.eclipse.emf.ecore.EAttribute CST_NODE__AST
          The meta object literal for the 'Ast' attribute feature.
static org.eclipse.emf.ecore.EAttribute CST_NODE__END_OFFSET
          The meta object literal for the 'End Offset' attribute feature.
static org.eclipse.emf.ecore.EAttribute CST_NODE__END_TOKEN
          The meta object literal for the 'End Token' attribute feature.
static org.eclipse.emf.ecore.EAttribute CST_NODE__START_OFFSET
          The meta object literal for the 'Start Offset' attribute feature.
static org.eclipse.emf.ecore.EAttribute CST_NODE__START_TOKEN
          The meta object literal for the 'Start Token' attribute feature.
static org.eclipse.emf.ecore.EClass DEF_CS
          The meta object literal for the 'Def CS' class.
static org.eclipse.emf.ecore.EReference DEF_CS__DEF_EXPRESSION_CS
          The meta object literal for the 'Def Expression CS' containment reference feature.
static org.eclipse.emf.ecore.EAttribute DEF_CS__STATIC
          The meta object literal for the 'Static' attribute feature.
static org.eclipse.emf.ecore.EClass DEF_EXPRESSION_CS
          The meta object literal for the 'Def Expression CS' class.
static org.eclipse.emf.ecore.EReference DEF_EXPRESSION_CS__EXPRESSION_CS
          The meta object literal for the 'Expression CS' containment reference feature.
static org.eclipse.emf.ecore.EReference DEF_EXPRESSION_CS__OPERATION_CS
          The meta object literal for the 'Operation CS' containment reference feature.
static org.eclipse.emf.ecore.EReference DEF_EXPRESSION_CS__VARIABLE_CS
          The meta object literal for the 'Variable CS' containment reference feature.
static org.eclipse.emf.ecore.EClass DER_VALUE_CS
          The meta object literal for the 'Der Value CS' class.
static org.eclipse.emf.ecore.EEnum DOT_OR_ARROW_ENUM
          The meta object literal for the 'Dot Or Arrow Enum' enum.
static org.eclipse.emf.ecore.EClass FEATURE_CALL_EXP_CS
          The meta object literal for the 'Feature Call Exp CS' class.
static org.eclipse.emf.ecore.EReference FEATURE_CALL_EXP_CS__ARGUMENTS
          The meta object literal for the 'Arguments' containment reference list feature.
static org.eclipse.emf.ecore.EReference FEATURE_CALL_EXP_CS__IS_MARKED_PRE_CS
          The meta object literal for the 'Is Marked Pre CS' containment reference feature.
static org.eclipse.emf.ecore.EReference FEATURE_CALL_EXP_CS__PATH_NAME_CS
          The meta object literal for the 'Path Name CS' containment reference feature.
static org.eclipse.emf.ecore.EClass IF_EXP_CS
          The meta object literal for the 'If Exp CS' class.
static org.eclipse.emf.ecore.EReference IF_EXP_CS__CONDITION
          The meta object literal for the 'Condition' containment reference feature.
static org.eclipse.emf.ecore.EReference IF_EXP_CS__ELSE_EXPRESSION
          The meta object literal for the 'Else Expression' containment reference feature.
static org.eclipse.emf.ecore.EReference IF_EXP_CS__THEN_EXPRESSION
          The meta object literal for the 'Then Expression' containment reference feature.
static org.eclipse.emf.ecore.EClass INIT_OR_DER_VALUE_CS
          The meta object literal for the 'Init Or Der Value CS' class.
static org.eclipse.emf.ecore.EReference INIT_OR_DER_VALUE_CS__EXPRESSION_CS
          The meta object literal for the 'Expression CS' containment reference feature.
static org.eclipse.emf.ecore.EClass INIT_VALUE_CS
          The meta object literal for the 'Init Value CS' class.
static org.eclipse.emf.ecore.EClass INTEGER_LITERAL_EXP_CS
          The meta object literal for the 'Integer Literal Exp CS' class.
static org.eclipse.emf.ecore.EAttribute INTEGER_LITERAL_EXP_CS__EXTENDED_INTEGER_SYMBOL
          The meta object literal for the 'Extended Integer Symbol' attribute feature.
static org.eclipse.emf.ecore.EAttribute INTEGER_LITERAL_EXP_CS__INTEGER_SYMBOL
          The meta object literal for the 'Integer Symbol' attribute feature.
static org.eclipse.emf.ecore.EAttribute INTEGER_LITERAL_EXP_CS__LONG_SYMBOL
          The meta object literal for the 'Long Symbol' attribute feature.
static org.eclipse.emf.ecore.EClass INV_CS
          The meta object literal for the 'Inv CS' class.
static org.eclipse.emf.ecore.EReference INV_CS__EXPRESSION_CS
          The meta object literal for the 'Expression CS' containment reference feature.
static org.eclipse.emf.ecore.EClass INV_OR_DEF_CS
          The meta object literal for the 'Inv Or Def CS' class.
static org.eclipse.emf.ecore.EReference INV_OR_DEF_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
static org.eclipse.emf.ecore.EClass INVALID_LITERAL_EXP_CS
          The meta object literal for the 'Invalid Literal Exp CS' class.
static org.eclipse.emf.ecore.EClass IS_MARKED_PRE_CS
          The meta object literal for the 'Is Marked Pre CS' class.
static org.eclipse.emf.ecore.EClass ITERATE_EXP_CS
          The meta object literal for the 'Iterate Exp CS' class.
static org.eclipse.emf.ecore.EClass ITERATOR_EXP_CS
          The meta object literal for the 'Iterator Exp CS' class.
static org.eclipse.emf.ecore.EDataType ITOKEN
          The meta object literal for the 'IToken' data type.
static org.eclipse.emf.ecore.EClass LET_EXP_CS
          The meta object literal for the 'Let Exp CS' class.
static org.eclipse.emf.ecore.EReference LET_EXP_CS__IN_EXPRESSION
          The meta object literal for the 'In Expression' containment reference feature.
static org.eclipse.emf.ecore.EReference LET_EXP_CS__VARIABLES
          The meta object literal for the 'Variables' containment reference list feature.
static org.eclipse.emf.ecore.EClass LITERAL_EXP_CS
          The meta object literal for the 'Literal Exp CS' class.
static org.eclipse.emf.ecore.EClass LOOP_EXP_CS
          The meta object literal for the 'Loop Exp CS' class.
static org.eclipse.emf.ecore.EReference LOOP_EXP_CS__BODY
          The meta object literal for the 'Body' containment reference feature.
static org.eclipse.emf.ecore.EReference LOOP_EXP_CS__VARIABLE1
          The meta object literal for the 'Variable1' containment reference feature.
static org.eclipse.emf.ecore.EReference LOOP_EXP_CS__VARIABLE2
          The meta object literal for the 'Variable2' containment reference feature.
static org.eclipse.emf.ecore.EClass MESSAGE_EXP_CS
          The meta object literal for the 'Message Exp CS' class.
static org.eclipse.emf.ecore.EReference MESSAGE_EXP_CS__ARGUMENTS
          The meta object literal for the 'Arguments' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute MESSAGE_EXP_CS__KIND
          The meta object literal for the 'Kind' attribute feature.
static org.eclipse.emf.ecore.EReference MESSAGE_EXP_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
static org.eclipse.emf.ecore.EReference MESSAGE_EXP_CS__TARGET
          The meta object literal for the 'Target' containment reference feature.
static org.eclipse.emf.ecore.EEnum MESSAGE_EXP_KIND
          The meta object literal for the 'Message Exp Kind' enum.
static org.eclipse.emf.ecore.EClass NULL_LITERAL_EXP_CS
          The meta object literal for the 'Null Literal Exp CS' class.
static org.eclipse.emf.ecore.EClass OCL_DOCUMENT_CS
          The meta object literal for the 'OCL Document CS' class.
static org.eclipse.emf.ecore.EReference OCL_DOCUMENT_CS__PACKAGE_DECLARATIONS
          The meta object literal for the 'Package Declarations' containment reference list feature.
static org.eclipse.emf.ecore.EClass OCL_EXPRESSION_CS
          The meta object literal for the 'OCL Expression CS' class.
static org.eclipse.emf.ecore.EClass OCL_MESSAGE_ARG_CS
          The meta object literal for the 'OCL Message Arg CS' class.
static org.eclipse.emf.ecore.EReference OCL_MESSAGE_ARG_CS__EXPRESSION
          The meta object literal for the 'Expression' containment reference feature.
static org.eclipse.emf.ecore.EReference OCL_MESSAGE_ARG_CS__TYPE_CS
          The meta object literal for the 'Type CS' containment reference feature.
static org.eclipse.emf.ecore.EClass OPERATION_CALL_EXP_CS
          The meta object literal for the 'Operation Call Exp CS' class.
static org.eclipse.emf.ecore.EAttribute OPERATION_CALL_EXP_CS__IS_ATOMIC
          The meta object literal for the 'Is Atomic' attribute feature.
static org.eclipse.emf.ecore.EClass OPERATION_CONTEXT_DECL_CS
          The meta object literal for the 'Operation Context Decl CS' class.
static org.eclipse.emf.ecore.EReference OPERATION_CONTEXT_DECL_CS__OPERATION_CS
          The meta object literal for the 'Operation CS' containment reference feature.
static org.eclipse.emf.ecore.EReference OPERATION_CONTEXT_DECL_CS__PRE_POST_OR_BODY_DECLS
          The meta object literal for the 'Pre Post Or Body Decls' containment reference list feature.
static org.eclipse.emf.ecore.EClass OPERATION_CS
          The meta object literal for the 'Operation CS' class.
static org.eclipse.emf.ecore.EReference OPERATION_CS__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature.
static org.eclipse.emf.ecore.EReference OPERATION_CS__PATH_NAME_CS
          The meta object literal for the 'Path Name CS' containment reference feature.
static org.eclipse.emf.ecore.EReference OPERATION_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
static org.eclipse.emf.ecore.EReference OPERATION_CS__TYPE_CS
          The meta object literal for the 'Type CS' containment reference feature.
static org.eclipse.emf.ecore.EClass PACKAGE_DECLARATION_CS
          The meta object literal for the 'Package Declaration CS' class.
static org.eclipse.emf.ecore.EReference PACKAGE_DECLARATION_CS__CONTEXT_DECLS
          The meta object literal for the 'Context Decls' containment reference list feature.
static org.eclipse.emf.ecore.EReference PACKAGE_DECLARATION_CS__PACKAGE_DECLARATION_CS
          The meta object literal for the 'Package Declaration CS' reference feature.
static org.eclipse.emf.ecore.EReference PACKAGE_DECLARATION_CS__PATH_NAME_CS
          The meta object literal for the 'Path Name CS' containment reference feature.
static org.eclipse.emf.ecore.EClass PATH_NAME_CS
          The meta object literal for the 'Path Name CS' class.
static org.eclipse.emf.ecore.EReference PATH_NAME_CS__SIMPLE_NAMES
          The meta object literal for the 'Simple Names' containment reference list feature.
static org.eclipse.emf.ecore.EClass PRE_POST_OR_BODY_DECL_CS
          The meta object literal for the 'Pre Post Or Body Decl CS' class.
static org.eclipse.emf.ecore.EReference PRE_POST_OR_BODY_DECL_CS__EXPRESSION_CS
          The meta object literal for the 'Expression CS' containment reference feature.
static org.eclipse.emf.ecore.EAttribute PRE_POST_OR_BODY_DECL_CS__KIND
          The meta object literal for the 'Kind' attribute feature.
static org.eclipse.emf.ecore.EReference PRE_POST_OR_BODY_DECL_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
static org.eclipse.emf.ecore.EEnum PRE_POST_OR_BODY_ENUM
          The meta object literal for the 'Pre Post Or Body Enum' enum.
static org.eclipse.emf.ecore.EClass PRIMITIVE_LITERAL_EXP_CS
          The meta object literal for the 'Primitive Literal Exp CS' class.
static org.eclipse.emf.ecore.EAttribute PRIMITIVE_LITERAL_EXP_CS__SYMBOL
          The meta object literal for the 'Symbol' attribute feature.
static org.eclipse.emf.ecore.EClass PRIMITIVE_TYPE_CS
          The meta object literal for the 'Primitive Type CS' class.
static org.eclipse.emf.ecore.EClass PROPERTY_CONTEXT_CS
          The meta object literal for the 'Property Context CS' class.
static org.eclipse.emf.ecore.EReference PROPERTY_CONTEXT_CS__CONSTRAINTS
          The meta object literal for the 'Constraints' containment reference list feature.
static org.eclipse.emf.ecore.EReference PROPERTY_CONTEXT_CS__PATH_NAME_CS
          The meta object literal for the 'Path Name CS' containment reference feature.
static org.eclipse.emf.ecore.EReference PROPERTY_CONTEXT_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
static org.eclipse.emf.ecore.EReference PROPERTY_CONTEXT_CS__TYPE_CS
          The meta object literal for the 'Type CS' containment reference feature.
static org.eclipse.emf.ecore.EClass REAL_LITERAL_EXP_CS
          The meta object literal for the 'Real Literal Exp CS' class.
static org.eclipse.emf.ecore.EAttribute REAL_LITERAL_EXP_CS__REAL_SYMBOL
          The meta object literal for the 'Real Symbol' attribute feature.
static org.eclipse.emf.ecore.EClass SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' class.
static org.eclipse.emf.ecore.EAttribute SIMPLE_NAME_CS__TYPE
          The meta object literal for the 'Type' attribute feature.
static org.eclipse.emf.ecore.EAttribute SIMPLE_NAME_CS__VALUE
          The meta object literal for the 'Value' attribute feature.
static org.eclipse.emf.ecore.EEnum SIMPLE_TYPE_ENUM
          The meta object literal for the 'Simple Type Enum' enum.
static org.eclipse.emf.ecore.EClass STRING_LITERAL_EXP_CS
          The meta object literal for the 'String Literal Exp CS' class.
static org.eclipse.emf.ecore.EAttribute STRING_LITERAL_EXP_CS__STRING_SYMBOL
          The meta object literal for the 'String Symbol' attribute feature.
static org.eclipse.emf.ecore.EAttribute STRING_LITERAL_EXP_CS__UNESCAPED_STRING_SYMBOL
          The meta object literal for the 'Unescaped String Symbol' attribute feature.
static org.eclipse.emf.ecore.EClass TUPLE_LITERAL_EXP_CS
          The meta object literal for the 'Tuple Literal Exp CS' class.
static org.eclipse.emf.ecore.EReference TUPLE_LITERAL_EXP_CS__VARIABLES
          The meta object literal for the 'Variables' containment reference list feature.
static org.eclipse.emf.ecore.EClass TUPLE_TYPE_CS
          The meta object literal for the 'Tuple Type CS' class.
static org.eclipse.emf.ecore.EReference TUPLE_TYPE_CS__VARIABLES
          The meta object literal for the 'Variables' containment reference list feature.
static org.eclipse.emf.ecore.EClass TYPE_CS
          The meta object literal for the 'Type CS' class.
static org.eclipse.emf.ecore.EClass UNLIMITED_NATURAL_LITERAL_EXP_CS
          The meta object literal for the 'Unlimited Natural Literal Exp CS' class.
static org.eclipse.emf.ecore.EAttribute UNLIMITED_NATURAL_LITERAL_EXP_CS__EXTENDED_INTEGER_SYMBOL
          The meta object literal for the 'Extended Integer Symbol' attribute feature.
static org.eclipse.emf.ecore.EAttribute UNLIMITED_NATURAL_LITERAL_EXP_CS__INTEGER_SYMBOL
          The meta object literal for the 'Integer Symbol' attribute feature.
static org.eclipse.emf.ecore.EAttribute UNLIMITED_NATURAL_LITERAL_EXP_CS__LONG_SYMBOL
          The meta object literal for the 'Long Symbol' attribute feature.
static org.eclipse.emf.ecore.EClass VARIABLE_CS
          The meta object literal for the 'Variable CS' class.
static org.eclipse.emf.ecore.EReference VARIABLE_CS__INIT_EXPRESSION
          The meta object literal for the 'Init Expression' containment reference feature.
static org.eclipse.emf.ecore.EAttribute VARIABLE_CS__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference VARIABLE_CS__TYPE_CS
          The meta object literal for the 'Type CS' containment reference feature.
static org.eclipse.emf.ecore.EClass VARIABLE_EXP_CS
          The meta object literal for the 'Variable Exp CS' class.
static org.eclipse.emf.ecore.EReference VARIABLE_EXP_CS__ARGUMENTS
          The meta object literal for the 'Arguments' containment reference list feature.
static org.eclipse.emf.ecore.EReference VARIABLE_EXP_CS__IS_MARKED_PRE_CS
          The meta object literal for the 'Is Marked Pre CS' containment reference feature.
static org.eclipse.emf.ecore.EReference VARIABLE_EXP_CS__SIMPLE_NAME_CS
          The meta object literal for the 'Simple Name CS' containment reference feature.
 

Field Detail

CST_NODE

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

See Also:
CSTNodeImpl, CSTPackageImpl.getCSTNode()
Generated

CST_NODE__START_OFFSET

static final org.eclipse.emf.ecore.EAttribute CST_NODE__START_OFFSET
The meta object literal for the 'Start Offset' attribute feature.

Generated

CST_NODE__END_OFFSET

static final org.eclipse.emf.ecore.EAttribute CST_NODE__END_OFFSET
The meta object literal for the 'End Offset' attribute feature.

Generated

CST_NODE__START_TOKEN

static final org.eclipse.emf.ecore.EAttribute CST_NODE__START_TOKEN
The meta object literal for the 'Start Token' attribute feature.

Since:
1.3
Generated

CST_NODE__END_TOKEN

static final org.eclipse.emf.ecore.EAttribute CST_NODE__END_TOKEN
The meta object literal for the 'End Token' attribute feature.

Since:
1.3
Generated

CST_NODE__AST

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

Since:
1.3
Generated

PACKAGE_DECLARATION_CS

static final org.eclipse.emf.ecore.EClass PACKAGE_DECLARATION_CS
The meta object literal for the 'Package Declaration CS' class.

See Also:
PackageDeclarationCSImpl, CSTPackageImpl.getPackageDeclarationCS()
Generated

PACKAGE_DECLARATION_CS__PATH_NAME_CS

static final org.eclipse.emf.ecore.EReference PACKAGE_DECLARATION_CS__PATH_NAME_CS
The meta object literal for the 'Path Name CS' containment reference feature.

Generated

PACKAGE_DECLARATION_CS__CONTEXT_DECLS

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

Generated

PACKAGE_DECLARATION_CS__PACKAGE_DECLARATION_CS

static final org.eclipse.emf.ecore.EReference PACKAGE_DECLARATION_CS__PACKAGE_DECLARATION_CS
The meta object literal for the 'Package Declaration CS' reference feature.

Generated

PATH_NAME_CS

static final org.eclipse.emf.ecore.EClass PATH_NAME_CS
The meta object literal for the 'Path Name CS' class.

See Also:
PathNameCSImpl, CSTPackageImpl.getPathNameCS()
Generated

PATH_NAME_CS__SIMPLE_NAMES

static final org.eclipse.emf.ecore.EReference PATH_NAME_CS__SIMPLE_NAMES
The meta object literal for the 'Simple Names' containment reference list feature.

Since:
3.0
Generated

TYPE_CS

static final org.eclipse.emf.ecore.EClass TYPE_CS
The meta object literal for the 'Type CS' class.

See Also:
TypeCSImpl, CSTPackageImpl.getTypeCS()
Generated

OCL_EXPRESSION_CS

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

Since:
3.0
See Also:
OCLExpressionCSImpl, CSTPackageImpl.getOCLExpressionCS()
Generated

CONTEXT_DECL_CS

static final org.eclipse.emf.ecore.EClass CONTEXT_DECL_CS
The meta object literal for the 'Context Decl CS' class.

See Also:
ContextDeclCSImpl, CSTPackageImpl.getContextDeclCS()
Generated

PROPERTY_CONTEXT_CS

static final org.eclipse.emf.ecore.EClass PROPERTY_CONTEXT_CS
The meta object literal for the 'Property Context CS' class.

See Also:
PropertyContextCSImpl, CSTPackageImpl.getPropertyContextCS()
Generated

PROPERTY_CONTEXT_CS__PATH_NAME_CS

static final org.eclipse.emf.ecore.EReference PROPERTY_CONTEXT_CS__PATH_NAME_CS
The meta object literal for the 'Path Name CS' containment reference feature.

Generated

PROPERTY_CONTEXT_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference PROPERTY_CONTEXT_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Generated

PROPERTY_CONTEXT_CS__TYPE_CS

static final org.eclipse.emf.ecore.EReference PROPERTY_CONTEXT_CS__TYPE_CS
The meta object literal for the 'Type CS' containment reference feature.

Generated

PROPERTY_CONTEXT_CS__CONSTRAINTS

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

Since:
3.0
Generated

SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EClass SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' class.

See Also:
SimpleNameCSImpl, CSTPackageImpl.getSimpleNameCS()
Generated

SIMPLE_NAME_CS__VALUE

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

Generated

SIMPLE_NAME_CS__TYPE

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

Generated

INIT_OR_DER_VALUE_CS

static final org.eclipse.emf.ecore.EClass INIT_OR_DER_VALUE_CS
The meta object literal for the 'Init Or Der Value CS' class.

See Also:
InitOrDerValueCSImpl, CSTPackageImpl.getInitOrDerValueCS()
Generated

INIT_OR_DER_VALUE_CS__EXPRESSION_CS

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

Generated

CLASSIFIER_CONTEXT_DECL_CS

static final org.eclipse.emf.ecore.EClass CLASSIFIER_CONTEXT_DECL_CS
The meta object literal for the 'Classifier Context Decl CS' class.

See Also:
ClassifierContextDeclCSImpl, CSTPackageImpl.getClassifierContextDeclCS()
Generated

CLASSIFIER_CONTEXT_DECL_CS__PATH_NAME_CS

static final org.eclipse.emf.ecore.EReference CLASSIFIER_CONTEXT_DECL_CS__PATH_NAME_CS
The meta object literal for the 'Path Name CS' containment reference feature.

Generated

CLASSIFIER_CONTEXT_DECL_CS__CONSTRAINTS

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

Since:
1.3
Generated

CLASSIFIER_CONTEXT_DECL_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference CLASSIFIER_CONTEXT_DECL_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Since:
3.0
Generated

INV_OR_DEF_CS

static final org.eclipse.emf.ecore.EClass INV_OR_DEF_CS
The meta object literal for the 'Inv Or Def CS' class.

See Also:
InvOrDefCSImpl, CSTPackageImpl.getInvOrDefCS()
Generated

INV_OR_DEF_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference INV_OR_DEF_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Since:
3.0
Generated

OPERATION_CONTEXT_DECL_CS

static final org.eclipse.emf.ecore.EClass OPERATION_CONTEXT_DECL_CS
The meta object literal for the 'Operation Context Decl CS' class.

See Also:
OperationContextDeclCSImpl, CSTPackageImpl.getOperationContextDeclCS()
Generated

OPERATION_CONTEXT_DECL_CS__OPERATION_CS

static final org.eclipse.emf.ecore.EReference OPERATION_CONTEXT_DECL_CS__OPERATION_CS
The meta object literal for the 'Operation CS' containment reference feature.

Generated

OPERATION_CONTEXT_DECL_CS__PRE_POST_OR_BODY_DECLS

static final org.eclipse.emf.ecore.EReference OPERATION_CONTEXT_DECL_CS__PRE_POST_OR_BODY_DECLS
The meta object literal for the 'Pre Post Or Body Decls' containment reference list feature.

Generated

OPERATION_CS

static final org.eclipse.emf.ecore.EClass OPERATION_CS
The meta object literal for the 'Operation CS' class.

See Also:
OperationCSImpl, CSTPackageImpl.getOperationCS()
Generated

OPERATION_CS__PATH_NAME_CS

static final org.eclipse.emf.ecore.EReference OPERATION_CS__PATH_NAME_CS
The meta object literal for the 'Path Name CS' containment reference feature.

Generated

OPERATION_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference OPERATION_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Generated

OPERATION_CS__PARAMETERS

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

Generated

OPERATION_CS__TYPE_CS

static final org.eclipse.emf.ecore.EReference OPERATION_CS__TYPE_CS
The meta object literal for the 'Type CS' containment reference feature.

Generated

VARIABLE_CS

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

See Also:
VariableCSImpl, CSTPackageImpl.getVariableCS()
Generated

VARIABLE_CS__NAME

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

Generated

VARIABLE_CS__TYPE_CS

static final org.eclipse.emf.ecore.EReference VARIABLE_CS__TYPE_CS
The meta object literal for the 'Type CS' containment reference feature.

Generated

VARIABLE_CS__INIT_EXPRESSION

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

Generated

PRE_POST_OR_BODY_DECL_CS

static final org.eclipse.emf.ecore.EClass PRE_POST_OR_BODY_DECL_CS
The meta object literal for the 'Pre Post Or Body Decl CS' class.

See Also:
PrePostOrBodyDeclCSImpl, CSTPackageImpl.getPrePostOrBodyDeclCS()
Generated

PRE_POST_OR_BODY_DECL_CS__KIND

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

Generated

PRE_POST_OR_BODY_DECL_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference PRE_POST_OR_BODY_DECL_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Generated

PRE_POST_OR_BODY_DECL_CS__EXPRESSION_CS

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

Generated

DER_VALUE_CS

static final org.eclipse.emf.ecore.EClass DER_VALUE_CS
The meta object literal for the 'Der Value CS' class.

See Also:
DerValueCSImpl, CSTPackageImpl.getDerValueCS()
Generated

INIT_VALUE_CS

static final org.eclipse.emf.ecore.EClass INIT_VALUE_CS
The meta object literal for the 'Init Value CS' class.

See Also:
InitValueCSImpl, CSTPackageImpl.getInitValueCS()
Generated

INV_CS

static final org.eclipse.emf.ecore.EClass INV_CS
The meta object literal for the 'Inv CS' class.

See Also:
InvCSImpl, CSTPackageImpl.getInvCS()
Generated

INV_CS__EXPRESSION_CS

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

Generated

DEF_CS

static final org.eclipse.emf.ecore.EClass DEF_CS
The meta object literal for the 'Def CS' class.

See Also:
DefCSImpl, CSTPackageImpl.getDefCS()
Generated

DEF_CS__DEF_EXPRESSION_CS

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

Generated

DEF_CS__STATIC

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

Since:
3.0
Generated

DEF_EXPRESSION_CS

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

See Also:
DefExpressionCSImpl, CSTPackageImpl.getDefExpressionCS()
Generated

DEF_EXPRESSION_CS__OPERATION_CS

static final org.eclipse.emf.ecore.EReference DEF_EXPRESSION_CS__OPERATION_CS
The meta object literal for the 'Operation CS' containment reference feature.

Generated

DEF_EXPRESSION_CS__VARIABLE_CS

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

Generated

DEF_EXPRESSION_CS__EXPRESSION_CS

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

Generated

VARIABLE_EXP_CS

static final org.eclipse.emf.ecore.EClass VARIABLE_EXP_CS
The meta object literal for the 'Variable Exp CS' class.

See Also:
VariableExpCSImpl, CSTPackageImpl.getVariableExpCS()
Generated

VARIABLE_EXP_CS__ARGUMENTS

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

Generated

VARIABLE_EXP_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference VARIABLE_EXP_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Generated

VARIABLE_EXP_CS__IS_MARKED_PRE_CS

static final org.eclipse.emf.ecore.EReference VARIABLE_EXP_CS__IS_MARKED_PRE_CS
The meta object literal for the 'Is Marked Pre CS' containment reference feature.

Generated

IS_MARKED_PRE_CS

static final org.eclipse.emf.ecore.EClass IS_MARKED_PRE_CS
The meta object literal for the 'Is Marked Pre CS' class.

See Also:
IsMarkedPreCSImpl, CSTPackageImpl.getIsMarkedPreCS()
Generated

PRIMITIVE_TYPE_CS

static final org.eclipse.emf.ecore.EClass PRIMITIVE_TYPE_CS
The meta object literal for the 'Primitive Type CS' class.

See Also:
PrimitiveTypeCSImpl, CSTPackageImpl.getPrimitiveTypeCS()
Generated

TUPLE_TYPE_CS

static final org.eclipse.emf.ecore.EClass TUPLE_TYPE_CS
The meta object literal for the 'Tuple Type CS' class.

See Also:
TupleTypeCSImpl, CSTPackageImpl.getTupleTypeCS()
Generated

TUPLE_TYPE_CS__VARIABLES

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

Generated

COLLECTION_TYPE_CS

static final org.eclipse.emf.ecore.EClass COLLECTION_TYPE_CS
The meta object literal for the 'Collection Type CS' class.

See Also:
CollectionTypeCSImpl, CSTPackageImpl.getCollectionTypeCS()
Generated

COLLECTION_TYPE_CS__COLLECTION_TYPE_IDENTIFIER

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

Generated

COLLECTION_TYPE_CS__TYPE_CS

static final org.eclipse.emf.ecore.EReference COLLECTION_TYPE_CS__TYPE_CS
The meta object literal for the 'Type CS' containment reference feature.

Generated

LET_EXP_CS

static final org.eclipse.emf.ecore.EClass LET_EXP_CS
The meta object literal for the 'Let Exp CS' class.

See Also:
LetExpCSImpl, CSTPackageImpl.getLetExpCS()
Generated

LET_EXP_CS__VARIABLES

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

Generated

LET_EXP_CS__IN_EXPRESSION

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

Generated

IF_EXP_CS

static final org.eclipse.emf.ecore.EClass IF_EXP_CS
The meta object literal for the 'If Exp CS' class.

See Also:
IfExpCSImpl, CSTPackageImpl.getIfExpCS()
Generated

IF_EXP_CS__THEN_EXPRESSION

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

Generated

IF_EXP_CS__ELSE_EXPRESSION

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

Generated

IF_EXP_CS__CONDITION

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

Generated

MESSAGE_EXP_CS

static final org.eclipse.emf.ecore.EClass MESSAGE_EXP_CS
The meta object literal for the 'Message Exp CS' class.

See Also:
MessageExpCSImpl, CSTPackageImpl.getMessageExpCS()
Generated

MESSAGE_EXP_CS__TARGET

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

Generated

MESSAGE_EXP_CS__KIND

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

Generated

MESSAGE_EXP_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference MESSAGE_EXP_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Generated

MESSAGE_EXP_CS__ARGUMENTS

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

Generated

OCL_MESSAGE_ARG_CS

static final org.eclipse.emf.ecore.EClass OCL_MESSAGE_ARG_CS
The meta object literal for the 'OCL Message Arg CS' class.

See Also:
OCLMessageArgCSImpl, CSTPackageImpl.getOCLMessageArgCS()
Generated

OCL_MESSAGE_ARG_CS__TYPE_CS

static final org.eclipse.emf.ecore.EReference OCL_MESSAGE_ARG_CS__TYPE_CS
The meta object literal for the 'Type CS' containment reference feature.

Generated

OCL_MESSAGE_ARG_CS__EXPRESSION

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

Generated

LITERAL_EXP_CS

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

See Also:
LiteralExpCSImpl, CSTPackageImpl.getLiteralExpCS()
Generated

COLLECTION_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass COLLECTION_LITERAL_EXP_CS
The meta object literal for the 'Collection Literal Exp CS' class.

See Also:
CollectionLiteralExpCSImpl, CSTPackageImpl.getCollectionLiteralExpCS()
Generated

COLLECTION_LITERAL_EXP_CS__COLLECTION_TYPE

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

Generated

COLLECTION_LITERAL_EXP_CS__COLLECTION_LITERAL_PARTS

static final org.eclipse.emf.ecore.EReference COLLECTION_LITERAL_EXP_CS__COLLECTION_LITERAL_PARTS
The meta object literal for the 'Collection Literal Parts' containment reference list feature.

Generated

COLLECTION_LITERAL_PART_CS

static final org.eclipse.emf.ecore.EClass COLLECTION_LITERAL_PART_CS
The meta object literal for the 'Collection Literal Part CS' class.

See Also:
CollectionLiteralPartCSImpl, CSTPackageImpl.getCollectionLiteralPartCS()
Generated

COLLECTION_LITERAL_PART_CS__EXPRESSION_CS

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

Generated

TUPLE_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass TUPLE_LITERAL_EXP_CS
The meta object literal for the 'Tuple Literal Exp CS' class.

See Also:
TupleLiteralExpCSImpl, CSTPackageImpl.getTupleLiteralExpCS()
Generated

TUPLE_LITERAL_EXP_CS__VARIABLES

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

Generated

PRIMITIVE_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass PRIMITIVE_LITERAL_EXP_CS
The meta object literal for the 'Primitive Literal Exp CS' class.

See Also:
PrimitiveLiteralExpCSImpl, CSTPackageImpl.getPrimitiveLiteralExpCS()
Generated

PRIMITIVE_LITERAL_EXP_CS__SYMBOL

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

Generated

INTEGER_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass INTEGER_LITERAL_EXP_CS
The meta object literal for the 'Integer Literal Exp CS' class.

See Also:
IntegerLiteralExpCSImpl, CSTPackageImpl.getIntegerLiteralExpCS()
Generated

INTEGER_LITERAL_EXP_CS__INTEGER_SYMBOL

static final org.eclipse.emf.ecore.EAttribute INTEGER_LITERAL_EXP_CS__INTEGER_SYMBOL
The meta object literal for the 'Integer Symbol' attribute feature.

Generated

INTEGER_LITERAL_EXP_CS__EXTENDED_INTEGER_SYMBOL

static final org.eclipse.emf.ecore.EAttribute INTEGER_LITERAL_EXP_CS__EXTENDED_INTEGER_SYMBOL
The meta object literal for the 'Extended Integer Symbol' attribute feature.

Since:
3.2
Generated

INTEGER_LITERAL_EXP_CS__LONG_SYMBOL

static final org.eclipse.emf.ecore.EAttribute INTEGER_LITERAL_EXP_CS__LONG_SYMBOL
The meta object literal for the 'Long Symbol' attribute feature.

Since:
3.2
Generated

UNLIMITED_NATURAL_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass UNLIMITED_NATURAL_LITERAL_EXP_CS
The meta object literal for the 'Unlimited Natural Literal Exp CS' class.

See Also:
UnlimitedNaturalLiteralExpCSImpl, CSTPackageImpl.getUnlimitedNaturalLiteralExpCS()
Generated

UNLIMITED_NATURAL_LITERAL_EXP_CS__INTEGER_SYMBOL

static final org.eclipse.emf.ecore.EAttribute UNLIMITED_NATURAL_LITERAL_EXP_CS__INTEGER_SYMBOL
The meta object literal for the 'Integer Symbol' attribute feature.

Generated

UNLIMITED_NATURAL_LITERAL_EXP_CS__EXTENDED_INTEGER_SYMBOL

static final org.eclipse.emf.ecore.EAttribute UNLIMITED_NATURAL_LITERAL_EXP_CS__EXTENDED_INTEGER_SYMBOL
The meta object literal for the 'Extended Integer Symbol' attribute feature.

Since:
3.2
Generated

UNLIMITED_NATURAL_LITERAL_EXP_CS__LONG_SYMBOL

static final org.eclipse.emf.ecore.EAttribute UNLIMITED_NATURAL_LITERAL_EXP_CS__LONG_SYMBOL
The meta object literal for the 'Long Symbol' attribute feature.

Since:
3.2
Generated

REAL_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass REAL_LITERAL_EXP_CS
The meta object literal for the 'Real Literal Exp CS' class.

See Also:
RealLiteralExpCSImpl, CSTPackageImpl.getRealLiteralExpCS()
Generated

REAL_LITERAL_EXP_CS__REAL_SYMBOL

static final org.eclipse.emf.ecore.EAttribute REAL_LITERAL_EXP_CS__REAL_SYMBOL
The meta object literal for the 'Real Symbol' attribute feature.

Generated

STRING_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass STRING_LITERAL_EXP_CS
The meta object literal for the 'String Literal Exp CS' class.

See Also:
StringLiteralExpCSImpl, CSTPackageImpl.getStringLiteralExpCS()
Generated

STRING_LITERAL_EXP_CS__STRING_SYMBOL

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

Generated

STRING_LITERAL_EXP_CS__UNESCAPED_STRING_SYMBOL

static final org.eclipse.emf.ecore.EAttribute STRING_LITERAL_EXP_CS__UNESCAPED_STRING_SYMBOL
The meta object literal for the 'Unescaped String Symbol' attribute feature.

Since:
1.3
Generated

BOOLEAN_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass BOOLEAN_LITERAL_EXP_CS
The meta object literal for the 'Boolean Literal Exp CS' class.

See Also:
BooleanLiteralExpCSImpl, CSTPackageImpl.getBooleanLiteralExpCS()
Generated

BOOLEAN_LITERAL_EXP_CS__BOOLEAN_SYMBOL

static final org.eclipse.emf.ecore.EAttribute BOOLEAN_LITERAL_EXP_CS__BOOLEAN_SYMBOL
The meta object literal for the 'Boolean Symbol' attribute feature.

Generated

NULL_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass NULL_LITERAL_EXP_CS
The meta object literal for the 'Null Literal Exp CS' class.

See Also:
NullLiteralExpCSImpl, CSTPackageImpl.getNullLiteralExpCS()
Generated

INVALID_LITERAL_EXP_CS

static final org.eclipse.emf.ecore.EClass INVALID_LITERAL_EXP_CS
The meta object literal for the 'Invalid Literal Exp CS' class.

See Also:
InvalidLiteralExpCSImpl, CSTPackageImpl.getInvalidLiteralExpCS()
Generated

COLLECTION_RANGE_CS

static final org.eclipse.emf.ecore.EClass COLLECTION_RANGE_CS
The meta object literal for the 'Collection Range CS' class.

See Also:
CollectionRangeCSImpl, CSTPackageImpl.getCollectionRangeCS()
Generated

COLLECTION_RANGE_CS__LAST_EXPRESSION_CS

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

Generated

CALL_EXP_CS

static final org.eclipse.emf.ecore.EClass CALL_EXP_CS
The meta object literal for the 'Call Exp CS' class.

See Also:
CallExpCSImpl, CSTPackageImpl.getCallExpCS()
Generated

CALL_EXP_CS__SOURCE

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

Generated

CALL_EXP_CS__ACCESSOR

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

Generated

CALL_EXP_CS__SIMPLE_NAME_CS

static final org.eclipse.emf.ecore.EReference CALL_EXP_CS__SIMPLE_NAME_CS
The meta object literal for the 'Simple Name CS' containment reference feature.

Generated

LOOP_EXP_CS

static final org.eclipse.emf.ecore.EClass LOOP_EXP_CS
The meta object literal for the 'Loop Exp CS' class.

See Also:
LoopExpCSImpl, CSTPackageImpl.getLoopExpCS()
Generated

LOOP_EXP_CS__VARIABLE1

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

Generated

LOOP_EXP_CS__VARIABLE2

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

Generated

LOOP_EXP_CS__BODY

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

Generated

ITERATOR_EXP_CS

static final org.eclipse.emf.ecore.EClass ITERATOR_EXP_CS
The meta object literal for the 'Iterator Exp CS' class.

See Also:
IteratorExpCSImpl, CSTPackageImpl.getIteratorExpCS()
Generated

ITERATE_EXP_CS

static final org.eclipse.emf.ecore.EClass ITERATE_EXP_CS
The meta object literal for the 'Iterate Exp CS' class.

See Also:
IterateExpCSImpl, CSTPackageImpl.getIterateExpCS()
Generated

FEATURE_CALL_EXP_CS

static final org.eclipse.emf.ecore.EClass FEATURE_CALL_EXP_CS
The meta object literal for the 'Feature Call Exp CS' class.

See Also:
FeatureCallExpCSImpl, CSTPackageImpl.getFeatureCallExpCS()
Generated

FEATURE_CALL_EXP_CS__PATH_NAME_CS

static final org.eclipse.emf.ecore.EReference FEATURE_CALL_EXP_CS__PATH_NAME_CS
The meta object literal for the 'Path Name CS' containment reference feature.

Since:
3.0
Generated

FEATURE_CALL_EXP_CS__ARGUMENTS

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

Generated

FEATURE_CALL_EXP_CS__IS_MARKED_PRE_CS

static final org.eclipse.emf.ecore.EReference FEATURE_CALL_EXP_CS__IS_MARKED_PRE_CS
The meta object literal for the 'Is Marked Pre CS' containment reference feature.

Generated

OPERATION_CALL_EXP_CS

static final org.eclipse.emf.ecore.EClass OPERATION_CALL_EXP_CS
The meta object literal for the 'Operation Call Exp CS' class.

See Also:
OperationCallExpCSImpl, CSTPackageImpl.getOperationCallExpCS()
Generated

OPERATION_CALL_EXP_CS__IS_ATOMIC

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

Since:
3.0
Generated

OCL_DOCUMENT_CS

static final org.eclipse.emf.ecore.EClass OCL_DOCUMENT_CS
The meta object literal for the 'OCL Document CS' class.

Since:
1.3
See Also:
OCLDocumentCSImpl, CSTPackageImpl.getOCLDocumentCS()
Generated

OCL_DOCUMENT_CS__PACKAGE_DECLARATIONS

static final org.eclipse.emf.ecore.EReference OCL_DOCUMENT_CS__PACKAGE_DECLARATIONS
The meta object literal for the 'Package Declarations' containment reference list feature.

Since:
1.3
Generated

SIMPLE_TYPE_ENUM

static final org.eclipse.emf.ecore.EEnum SIMPLE_TYPE_ENUM
The meta object literal for the 'Simple Type Enum' enum.

See Also:
SimpleTypeEnum, CSTPackageImpl.getSimpleTypeEnum()
Generated

PRE_POST_OR_BODY_ENUM

static final org.eclipse.emf.ecore.EEnum PRE_POST_OR_BODY_ENUM
The meta object literal for the 'Pre Post Or Body Enum' enum.

See Also:
PrePostOrBodyEnum, CSTPackageImpl.getPrePostOrBodyEnum()
Generated

COLLECTION_TYPE_IDENTIFIER_ENUM

static final org.eclipse.emf.ecore.EEnum COLLECTION_TYPE_IDENTIFIER_ENUM
The meta object literal for the 'Collection Type Identifier Enum' enum.

See Also:
CollectionTypeIdentifierEnum, CSTPackageImpl.getCollectionTypeIdentifierEnum()
Generated

MESSAGE_EXP_KIND

static final org.eclipse.emf.ecore.EEnum MESSAGE_EXP_KIND
The meta object literal for the 'Message Exp Kind' enum.

See Also:
MessageExpKind, CSTPackageImpl.getMessageExpKind()
Generated

DOT_OR_ARROW_ENUM

static final org.eclipse.emf.ecore.EEnum DOT_OR_ARROW_ENUM
The meta object literal for the 'Dot Or Arrow Enum' enum.

See Also:
DotOrArrowEnum, CSTPackageImpl.getDotOrArrowEnum()
Generated

ITOKEN

static final org.eclipse.emf.ecore.EDataType ITOKEN
The meta object literal for the 'IToken' data type.

Since:
1.3
See Also:
IToken, CSTPackageImpl.getIToken()
Generated