ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface ExpressionsPackage.Literals

Enclosing interface:
ExpressionsPackage

public static interface ExpressionsPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass ARRAY_NAVIGATION_EXPRESSION
          The meta object literal for the 'Array Navigation Expression' class.
static EReference ARRAY_NAVIGATION_EXPRESSION__INDEX
          The meta object literal for the 'Index' containment reference feature.
static EClass BINARY_EXPRESSION
          The meta object literal for the 'Binary Expression' class.
static EReference BINARY_EXPRESSION__LEFT_OPERAND
          The meta object literal for the 'Left Operand' containment reference feature.
static EAttribute BINARY_EXPRESSION__OPERATOR
          The meta object literal for the 'Operator' attribute feature.
static EReference BINARY_EXPRESSION__RIGHT_OPERAND
          The meta object literal for the 'Right Operand' containment reference feature.
static EEnum BINARY_OPERATOR
          The meta object literal for the 'Binary Operator' enum.
static EClass BOOLEAN_LITERAL
          The meta object literal for the 'Boolean Literal' class.
static EAttribute BOOLEAN_LITERAL__BVALUE
          The meta object literal for the 'BValue' attribute feature.
static EClass DATA_NAVIGATION_EXPRESSION
          The meta object literal for the 'Data Navigation Expression' class.
static EReference DATA_NAVIGATION_EXPRESSION__NAVIGATED
          The meta object literal for the 'Navigated' containment reference feature.
static EClass DATA_PARAMETER_REFERENCE
          The meta object literal for the 'Data Parameter Reference' class.
static EClass DATA_PARAMETER_SPECIFICATION
          The meta object literal for the 'Data Parameter Specification' class.
static EReference DATA_PARAMETER_SPECIFICATION__TARGET_PARAMETER
          The meta object literal for the 'Target Parameter' reference feature.
static EClass DATA_REFERENCE
          The meta object literal for the 'Data Reference' class.
static EClass FIELD_NAVIGATION_EXPRESSION
          The meta object literal for the 'Field Navigation Expression' class.
static EAttribute FIELD_NAVIGATION_EXPRESSION__FIELD_NAME
          The meta object literal for the 'Field Name' attribute feature.
static EAttribute FIELD_NAVIGATION_EXPRESSION__IS_ON_REF
          The meta object literal for the 'Is On Ref' attribute feature.
static EClass FUNCTION_CALL_EXPRESSION
          The meta object literal for the 'Function Call Expression' class.
static EReference FUNCTION_CALL_EXPRESSION__ACTUAL_DATA
          The meta object literal for the 'Actual Data' containment reference list feature.
static EAttribute FUNCTION_CALL_EXPRESSION__FUNCTION_NAME
          The meta object literal for the 'Function Name' attribute feature.
static EAttribute FUNCTION_CALL_EXPRESSION__IS_ON_REF
          The meta object literal for the 'Is On Ref' attribute feature.
static EReference FUNCTION_CALL_EXPRESSION__NAVIGATED
          The meta object literal for the 'Navigated' containment reference feature.
static EClass INDEX_LITERAL
          The meta object literal for the 'Index Literal' class.
static EAttribute INDEX_LITERAL__ID
          The meta object literal for the 'Id' attribute feature.
static EClass INNER_DATA_PARAMETER_REFERENCE
          The meta object literal for the 'Inner Data Parameter Reference' class.
static EReference INNER_DATA_PARAMETER_REFERENCE__PORT_REFERENCE
          The meta object literal for the 'Port Reference' containment reference feature.
static EClass INNER_INTERFACE_VARIABLE_REFERENCE
          The meta object literal for the 'Inner Interface Variable Reference' class.
static EReference INNER_INTERFACE_VARIABLE_REFERENCE__PART_ELEMENT_REFERENCE
          The meta object literal for the 'Part Element Reference' containment reference feature.
static EReference INNER_INTERFACE_VARIABLE_REFERENCE__TARGET_INTERFACE_VARIABLE
          The meta object literal for the 'Target Interface Variable' reference feature.
static EClass INTEGER_LITERAL
          The meta object literal for the 'Integer Literal' class.
static EAttribute INTEGER_LITERAL__IVALUE
          The meta object literal for the 'IValue' attribute feature.
static EClass INTERFACE_VARIABLE_REFERENCE
          The meta object literal for the 'Interface Variable Reference' class.
static EReference INTERFACE_VARIABLE_REFERENCE__TARGET_INTERFACE_VARIABLE
          The meta object literal for the 'Target Interface Variable' reference feature.
static EClass POINTER_LITERAL
          The meta object literal for the 'Pointer Literal' class.
static EClass REAL_LITERAL
          The meta object literal for the 'Real Literal' class.
static EAttribute REAL_LITERAL__RVALUE
          The meta object literal for the 'RValue' attribute feature.
static EClass REQUIRED_DATA_PARAMETER_REFERENCE
          The meta object literal for the 'Required Data Parameter Reference' class.
static EReference REQUIRED_DATA_PARAMETER_REFERENCE__PORT_REFERENCE
          The meta object literal for the 'Port Reference' containment reference feature.
static EClass STATE_REFERENCE
          The meta object literal for the 'State Reference' class.
static EReference STATE_REFERENCE__TARGET_STATE
          The meta object literal for the 'Target State' reference feature.
static EClass STRING_LITERAL
          The meta object literal for the 'String Literal' class.
static EAttribute STRING_LITERAL__SVALUE
          The meta object literal for the 'SValue' attribute feature.
static EClass UNARY_EXPRESSION
          The meta object literal for the 'Unary Expression' class.
static EReference UNARY_EXPRESSION__OPERAND
          The meta object literal for the 'Operand' containment reference feature.
static EAttribute UNARY_EXPRESSION__OPERATOR
          The meta object literal for the 'Operator' attribute feature.
static EAttribute UNARY_EXPRESSION__POSTFIX
          The meta object literal for the 'Postfix' attribute feature.
static EEnum UNARY_OPERATOR
          The meta object literal for the 'Unary Operator' enum.
static EClass VARIABLE_REFERENCE
          The meta object literal for the 'Variable Reference' class.
static EReference VARIABLE_REFERENCE__TARGET_VARIABLE
          The meta object literal for the 'Target Variable' reference feature.
 

Field Detail

DATA_REFERENCE

static final EClass DATA_REFERENCE
The meta object literal for the 'Data Reference' class.

See Also:
DataReferenceImpl, ExpressionsPackageImpl.getDataReference()

DATA_PARAMETER_SPECIFICATION

static final EClass DATA_PARAMETER_SPECIFICATION
The meta object literal for the 'Data Parameter Specification' class.

See Also:
DataParameterSpecificationImpl, ExpressionsPackageImpl.getDataParameterSpecification()

DATA_PARAMETER_SPECIFICATION__TARGET_PARAMETER

static final EReference DATA_PARAMETER_SPECIFICATION__TARGET_PARAMETER
The meta object literal for the 'Target Parameter' reference feature.


INNER_DATA_PARAMETER_REFERENCE

static final EClass INNER_DATA_PARAMETER_REFERENCE
The meta object literal for the 'Inner Data Parameter Reference' class.

See Also:
InnerDataParameterReferenceImpl, ExpressionsPackageImpl.getInnerDataParameterReference()

INNER_DATA_PARAMETER_REFERENCE__PORT_REFERENCE

static final EReference INNER_DATA_PARAMETER_REFERENCE__PORT_REFERENCE
The meta object literal for the 'Port Reference' containment reference feature.


DATA_PARAMETER_REFERENCE

static final EClass DATA_PARAMETER_REFERENCE
The meta object literal for the 'Data Parameter Reference' class.

See Also:
DataParameterReferenceImpl, ExpressionsPackageImpl.getDataParameterReference()

BOOLEAN_LITERAL

static final EClass BOOLEAN_LITERAL
The meta object literal for the 'Boolean Literal' class.

See Also:
BooleanLiteralImpl, ExpressionsPackageImpl.getBooleanLiteral()

BOOLEAN_LITERAL__BVALUE

static final EAttribute BOOLEAN_LITERAL__BVALUE
The meta object literal for the 'BValue' attribute feature.


INTEGER_LITERAL

static final EClass INTEGER_LITERAL
The meta object literal for the 'Integer Literal' class.

See Also:
IntegerLiteralImpl, ExpressionsPackageImpl.getIntegerLiteral()

INTEGER_LITERAL__IVALUE

static final EAttribute INTEGER_LITERAL__IVALUE
The meta object literal for the 'IValue' attribute feature.


REAL_LITERAL

static final EClass REAL_LITERAL
The meta object literal for the 'Real Literal' class.

See Also:
RealLiteralImpl, ExpressionsPackageImpl.getRealLiteral()

REAL_LITERAL__RVALUE

static final EAttribute REAL_LITERAL__RVALUE
The meta object literal for the 'RValue' attribute feature.


STRING_LITERAL

static final EClass STRING_LITERAL
The meta object literal for the 'String Literal' class.

See Also:
StringLiteralImpl, ExpressionsPackageImpl.getStringLiteral()

STRING_LITERAL__SVALUE

static final EAttribute STRING_LITERAL__SVALUE
The meta object literal for the 'SValue' attribute feature.


UNARY_EXPRESSION

static final EClass UNARY_EXPRESSION
The meta object literal for the 'Unary Expression' class.

See Also:
UnaryExpressionImpl, ExpressionsPackageImpl.getUnaryExpression()

UNARY_EXPRESSION__OPERATOR

static final EAttribute UNARY_EXPRESSION__OPERATOR
The meta object literal for the 'Operator' attribute feature.


UNARY_EXPRESSION__OPERAND

static final EReference UNARY_EXPRESSION__OPERAND
The meta object literal for the 'Operand' containment reference feature.


UNARY_EXPRESSION__POSTFIX

static final EAttribute UNARY_EXPRESSION__POSTFIX
The meta object literal for the 'Postfix' attribute feature.


BINARY_EXPRESSION

static final EClass BINARY_EXPRESSION
The meta object literal for the 'Binary Expression' class.

See Also:
BinaryExpressionImpl, ExpressionsPackageImpl.getBinaryExpression()

BINARY_EXPRESSION__OPERATOR

static final EAttribute BINARY_EXPRESSION__OPERATOR
The meta object literal for the 'Operator' attribute feature.


BINARY_EXPRESSION__LEFT_OPERAND

static final EReference BINARY_EXPRESSION__LEFT_OPERAND
The meta object literal for the 'Left Operand' containment reference feature.


BINARY_EXPRESSION__RIGHT_OPERAND

static final EReference BINARY_EXPRESSION__RIGHT_OPERAND
The meta object literal for the 'Right Operand' containment reference feature.


INDEX_LITERAL

static final EClass INDEX_LITERAL
The meta object literal for the 'Index Literal' class.

See Also:
IndexLiteralImpl, ExpressionsPackageImpl.getIndexLiteral()

INDEX_LITERAL__ID

static final EAttribute INDEX_LITERAL__ID
The meta object literal for the 'Id' attribute feature.


FUNCTION_CALL_EXPRESSION

static final EClass FUNCTION_CALL_EXPRESSION
The meta object literal for the 'Function Call Expression' class.

See Also:
FunctionCallExpressionImpl, ExpressionsPackageImpl.getFunctionCallExpression()

FUNCTION_CALL_EXPRESSION__FUNCTION_NAME

static final EAttribute FUNCTION_CALL_EXPRESSION__FUNCTION_NAME
The meta object literal for the 'Function Name' attribute feature.


FUNCTION_CALL_EXPRESSION__IS_ON_REF

static final EAttribute FUNCTION_CALL_EXPRESSION__IS_ON_REF
The meta object literal for the 'Is On Ref' attribute feature.


FUNCTION_CALL_EXPRESSION__ACTUAL_DATA

static final EReference FUNCTION_CALL_EXPRESSION__ACTUAL_DATA
The meta object literal for the 'Actual Data' containment reference list feature.


FUNCTION_CALL_EXPRESSION__NAVIGATED

static final EReference FUNCTION_CALL_EXPRESSION__NAVIGATED
The meta object literal for the 'Navigated' containment reference feature.


FIELD_NAVIGATION_EXPRESSION

static final EClass FIELD_NAVIGATION_EXPRESSION
The meta object literal for the 'Field Navigation Expression' class.

See Also:
FieldNavigationExpressionImpl, ExpressionsPackageImpl.getFieldNavigationExpression()

FIELD_NAVIGATION_EXPRESSION__IS_ON_REF

static final EAttribute FIELD_NAVIGATION_EXPRESSION__IS_ON_REF
The meta object literal for the 'Is On Ref' attribute feature.


FIELD_NAVIGATION_EXPRESSION__FIELD_NAME

static final EAttribute FIELD_NAVIGATION_EXPRESSION__FIELD_NAME
The meta object literal for the 'Field Name' attribute feature.


DATA_NAVIGATION_EXPRESSION

static final EClass DATA_NAVIGATION_EXPRESSION
The meta object literal for the 'Data Navigation Expression' class.

See Also:
DataNavigationExpressionImpl, ExpressionsPackageImpl.getDataNavigationExpression()

DATA_NAVIGATION_EXPRESSION__NAVIGATED

static final EReference DATA_NAVIGATION_EXPRESSION__NAVIGATED
The meta object literal for the 'Navigated' containment reference feature.


ARRAY_NAVIGATION_EXPRESSION

static final EClass ARRAY_NAVIGATION_EXPRESSION
The meta object literal for the 'Array Navigation Expression' class.

See Also:
ArrayNavigationExpressionImpl, ExpressionsPackageImpl.getArrayNavigationExpression()

ARRAY_NAVIGATION_EXPRESSION__INDEX

static final EReference ARRAY_NAVIGATION_EXPRESSION__INDEX
The meta object literal for the 'Index' containment reference feature.


REQUIRED_DATA_PARAMETER_REFERENCE

static final EClass REQUIRED_DATA_PARAMETER_REFERENCE
The meta object literal for the 'Required Data Parameter Reference' class.

See Also:
RequiredDataParameterReferenceImpl, ExpressionsPackageImpl.getRequiredDataParameterReference()

REQUIRED_DATA_PARAMETER_REFERENCE__PORT_REFERENCE

static final EReference REQUIRED_DATA_PARAMETER_REFERENCE__PORT_REFERENCE
The meta object literal for the 'Port Reference' containment reference feature.


STATE_REFERENCE

static final EClass STATE_REFERENCE
The meta object literal for the 'State Reference' class.

See Also:
StateReferenceImpl, ExpressionsPackageImpl.getStateReference()

STATE_REFERENCE__TARGET_STATE

static final EReference STATE_REFERENCE__TARGET_STATE
The meta object literal for the 'Target State' reference feature.


INTERFACE_VARIABLE_REFERENCE

static final EClass INTERFACE_VARIABLE_REFERENCE
The meta object literal for the 'Interface Variable Reference' class.

See Also:
InterfaceVariableReferenceImpl, ExpressionsPackageImpl.getInterfaceVariableReference()

INTERFACE_VARIABLE_REFERENCE__TARGET_INTERFACE_VARIABLE

static final EReference INTERFACE_VARIABLE_REFERENCE__TARGET_INTERFACE_VARIABLE
The meta object literal for the 'Target Interface Variable' reference feature.


POINTER_LITERAL

static final EClass POINTER_LITERAL
The meta object literal for the 'Pointer Literal' class.

See Also:
PointerLiteralImpl, ExpressionsPackageImpl.getPointerLiteral()

INNER_INTERFACE_VARIABLE_REFERENCE

static final EClass INNER_INTERFACE_VARIABLE_REFERENCE
The meta object literal for the 'Inner Interface Variable Reference' class.

See Also:
InnerInterfaceVariableReferenceImpl, ExpressionsPackageImpl.getInnerInterfaceVariableReference()

INNER_INTERFACE_VARIABLE_REFERENCE__PART_ELEMENT_REFERENCE

static final EReference INNER_INTERFACE_VARIABLE_REFERENCE__PART_ELEMENT_REFERENCE
The meta object literal for the 'Part Element Reference' containment reference feature.


INNER_INTERFACE_VARIABLE_REFERENCE__TARGET_INTERFACE_VARIABLE

static final EReference INNER_INTERFACE_VARIABLE_REFERENCE__TARGET_INTERFACE_VARIABLE
The meta object literal for the 'Target Interface Variable' reference feature.


VARIABLE_REFERENCE

static final EClass VARIABLE_REFERENCE
The meta object literal for the 'Variable Reference' class.

See Also:
VariableReferenceImpl, ExpressionsPackageImpl.getVariableReference()

VARIABLE_REFERENCE__TARGET_VARIABLE

static final EReference VARIABLE_REFERENCE__TARGET_VARIABLE
The meta object literal for the 'Target Variable' reference feature.


UNARY_OPERATOR

static final EEnum UNARY_OPERATOR
The meta object literal for the 'Unary Operator' enum.

See Also:
UnaryOperator, ExpressionsPackageImpl.getUnaryOperator()

BINARY_OPERATOR

static final EEnum BINARY_OPERATOR
The meta object literal for the 'Binary Operator' enum.

See Also:
BinaryOperator, ExpressionsPackageImpl.getBinaryOperator()