de.cau.cs.kieler.core.expressions
Interface ExpressionsPackage.Literals

Enclosing interface:
ExpressionsPackage

public static interface ExpressionsPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass BOOLEAN_VALUE
          The meta object literal for the 'Boolean Value' class.
static EAttribute BOOLEAN_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EEnum COMBINE_OPERATOR
          The meta object literal for the 'Combine Operator' enum.
static EClass COMPLEX_EXPRESSION
          The meta object literal for the 'Complex Expression' class.
static EReference COMPLEX_EXPRESSION__SUB_EXPRESSIONS
          The meta object literal for the 'Sub Expressions' containment reference list feature.
static EClass EXPRESSION
          The meta object literal for the 'Expression' class.
static EClass FLOAT_VALUE
          The meta object literal for the 'Float Value' class.
static EAttribute FLOAT_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass INT_VALUE
          The meta object literal for the 'Int Value' class.
static EAttribute INT_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass OPERATOR_EXPRESSION
          The meta object literal for the 'Operator Expression' class.
static EAttribute OPERATOR_EXPRESSION__OPERATOR
          The meta object literal for the 'Operator' attribute feature.
static EEnum OPERATOR_TYPE
          The meta object literal for the 'Operator Type' enum.
static EClass SIGNAL
          The meta object literal for the 'Signal' class.
static EAttribute SIGNAL__COMBINE_OPERATOR
          The meta object literal for the 'Combine Operator' attribute feature.
static EAttribute SIGNAL__HOST_COMBINE_OPERATOR
          The meta object literal for the 'Host Combine Operator' attribute feature.
static EAttribute SIGNAL__IS_INPUT
          The meta object literal for the 'Is Input' attribute feature.
static EAttribute SIGNAL__IS_OUTPUT
          The meta object literal for the 'Is Output' attribute feature.
static EClass TEXT_EXPRESSION
          The meta object literal for the 'Text Expression' class.
static EClass TEXTUAL_CODE
          The meta object literal for the 'Textual Code' class.
static EAttribute TEXTUAL_CODE__CODE
          The meta object literal for the 'Code' attribute feature.
static EAttribute TEXTUAL_CODE__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass VALUE
          The meta object literal for the 'Value' class.
static EEnum VALUE_TYPE
          The meta object literal for the 'Value Type' enum.
static EClass VALUED_OBJECT
          The meta object literal for the 'Valued Object' class.
static EAttribute VALUED_OBJECT__HOST_TYPE
          The meta object literal for the 'Host Type' attribute feature.
static EAttribute VALUED_OBJECT__INITIAL_VALUE
          The meta object literal for the 'Initial Value' attribute feature.
static EAttribute VALUED_OBJECT__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute VALUED_OBJECT__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass VALUED_OBJECT_REFERENCE
          The meta object literal for the 'Valued Object Reference' class.
static EReference VALUED_OBJECT_REFERENCE__VALUED_OBJECT
          The meta object literal for the 'Valued Object' reference feature.
static EClass VARIABLE
          The meta object literal for the 'Variable' class.
static EAttribute VARIABLE__CONST
          The meta object literal for the 'Const' attribute feature.
 

Field Detail

COMPLEX_EXPRESSION

static final EClass COMPLEX_EXPRESSION
The meta object literal for the 'Complex Expression' class.

See Also:
ComplexExpressionImpl, ExpressionsPackageImpl.getComplexExpression()
Generated:
This code was automatically generated.

COMPLEX_EXPRESSION__SUB_EXPRESSIONS

static final EReference COMPLEX_EXPRESSION__SUB_EXPRESSIONS
The meta object literal for the 'Sub Expressions' containment reference list feature.

Generated:
This code was automatically generated.

EXPRESSION

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

See Also:
ExpressionImpl, ExpressionsPackageImpl.getExpression()
Generated:
This code was automatically generated.

TEXTUAL_CODE

static final EClass TEXTUAL_CODE
The meta object literal for the 'Textual Code' class.

See Also:
TextualCodeImpl, ExpressionsPackageImpl.getTextualCode()
Generated:
This code was automatically generated.

TEXTUAL_CODE__CODE

static final EAttribute TEXTUAL_CODE__CODE
The meta object literal for the 'Code' attribute feature.

Generated:
This code was automatically generated.

TEXTUAL_CODE__TYPE

static final EAttribute TEXTUAL_CODE__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.

SIGNAL

static final EClass SIGNAL
The meta object literal for the 'Signal' class.

See Also:
SignalImpl, ExpressionsPackageImpl.getSignal()
Generated:
This code was automatically generated.

SIGNAL__IS_INPUT

static final EAttribute SIGNAL__IS_INPUT
The meta object literal for the 'Is Input' attribute feature.

Generated:
This code was automatically generated.

SIGNAL__IS_OUTPUT

static final EAttribute SIGNAL__IS_OUTPUT
The meta object literal for the 'Is Output' attribute feature.

Generated:
This code was automatically generated.

SIGNAL__COMBINE_OPERATOR

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

Generated:
This code was automatically generated.

SIGNAL__HOST_COMBINE_OPERATOR

static final EAttribute SIGNAL__HOST_COMBINE_OPERATOR
The meta object literal for the 'Host Combine Operator' attribute feature.

Generated:
This code was automatically generated.

VALUED_OBJECT

static final EClass VALUED_OBJECT
The meta object literal for the 'Valued Object' class.

See Also:
ValuedObjectImpl, ExpressionsPackageImpl.getValuedObject()
Generated:
This code was automatically generated.

VALUED_OBJECT__NAME

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

Generated:
This code was automatically generated.

VALUED_OBJECT__TYPE

static final EAttribute VALUED_OBJECT__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.

VALUED_OBJECT__INITIAL_VALUE

static final EAttribute VALUED_OBJECT__INITIAL_VALUE
The meta object literal for the 'Initial Value' attribute feature.

Generated:
This code was automatically generated.

VALUED_OBJECT__HOST_TYPE

static final EAttribute VALUED_OBJECT__HOST_TYPE
The meta object literal for the 'Host Type' attribute feature.

Generated:
This code was automatically generated.

VARIABLE

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

See Also:
VariableImpl, ExpressionsPackageImpl.getVariable()
Generated:
This code was automatically generated.

VARIABLE__CONST

static final EAttribute VARIABLE__CONST
The meta object literal for the 'Const' attribute feature.

Generated:
This code was automatically generated.

VALUED_OBJECT_REFERENCE

static final EClass VALUED_OBJECT_REFERENCE
The meta object literal for the 'Valued Object Reference' class.

See Also:
ValuedObjectReferenceImpl, ExpressionsPackageImpl.getValuedObjectReference()
Generated:
This code was automatically generated.

VALUED_OBJECT_REFERENCE__VALUED_OBJECT

static final EReference VALUED_OBJECT_REFERENCE__VALUED_OBJECT
The meta object literal for the 'Valued Object' reference feature.

Generated:
This code was automatically generated.

VALUE

static final EClass VALUE
The meta object literal for the 'Value' class.

See Also:
ValueImpl, ExpressionsPackageImpl.getValue()
Generated:
This code was automatically generated.

INT_VALUE

static final EClass INT_VALUE
The meta object literal for the 'Int Value' class.

See Also:
IntValueImpl, ExpressionsPackageImpl.getIntValue()
Generated:
This code was automatically generated.

INT_VALUE__VALUE

static final EAttribute INT_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

FLOAT_VALUE

static final EClass FLOAT_VALUE
The meta object literal for the 'Float Value' class.

See Also:
FloatValueImpl, ExpressionsPackageImpl.getFloatValue()
Generated:
This code was automatically generated.

FLOAT_VALUE__VALUE

static final EAttribute FLOAT_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

BOOLEAN_VALUE

static final EClass BOOLEAN_VALUE
The meta object literal for the 'Boolean Value' class.

See Also:
BooleanValueImpl, ExpressionsPackageImpl.getBooleanValue()
Generated:
This code was automatically generated.

BOOLEAN_VALUE__VALUE

static final EAttribute BOOLEAN_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

OPERATOR_EXPRESSION

static final EClass OPERATOR_EXPRESSION
The meta object literal for the 'Operator Expression' class.

See Also:
OperatorExpressionImpl, ExpressionsPackageImpl.getOperatorExpression()
Generated:
This code was automatically generated.

OPERATOR_EXPRESSION__OPERATOR

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

Generated:
This code was automatically generated.

TEXT_EXPRESSION

static final EClass TEXT_EXPRESSION
The meta object literal for the 'Text Expression' class.

See Also:
TextExpressionImpl, ExpressionsPackageImpl.getTextExpression()
Generated:
This code was automatically generated.

COMBINE_OPERATOR

static final EEnum COMBINE_OPERATOR
The meta object literal for the 'Combine Operator' enum.

See Also:
CombineOperator, ExpressionsPackageImpl.getCombineOperator()
Generated:
This code was automatically generated.

OPERATOR_TYPE

static final EEnum OPERATOR_TYPE
The meta object literal for the 'Operator Type' enum.

See Also:
OperatorType, ExpressionsPackageImpl.getOperatorType()
Generated:
This code was automatically generated.

VALUE_TYPE

static final EEnum VALUE_TYPE
The meta object literal for the 'Value Type' enum.

See Also:
ValueType, ExpressionsPackageImpl.getValueType()
Generated:
This code was automatically generated.