de.cau.cs.kieler.core.kexpressions
Interface KExpressionsPackage.Literals

Enclosing interface:
KExpressionsPackage

public static interface KExpressionsPackage.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 EClass CHANNEL_DESCRIPTION
          The meta object literal for the 'Channel Description' class.
static EReference CHANNEL_DESCRIPTION__EXPRESSION
          The meta object literal for the 'Expression' containment reference feature.
static EReference CHANNEL_DESCRIPTION__TYPE
          The meta object literal for the 'Type' containment reference 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 INPUT
          The meta object literal for the 'Input' class.
static EClass INPUT_OUTPUT
          The meta object literal for the 'Input Output' class.
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 INTERFACE_DECLARATION
          The meta object literal for the 'Interface Declaration' class.
static EClass INTERFACE_SIGNAL_DECL
          The meta object literal for the 'Interface Signal Decl' class.
static EReference INTERFACE_SIGNAL_DECL__SIGNALS
          The meta object literal for the 'Signals' containment reference list feature.
static EClass INTERFACE_VARIABLE_DECL
          The meta object literal for the 'Interface Variable Decl' class.
static EReference INTERFACE_VARIABLE_DECL__VAR_DECLS
          The meta object literal for the 'Var Decls' containment reference list feature.
static EClass ISIGNAL
          The meta object literal for the 'ISignal' class.
static EReference ISIGNAL__CHANNEL_DESCR
          The meta object literal for the 'Channel Descr' containment reference feature.
static EClass IVARIABLE
          The meta object literal for the 'IVariable' class.
static EReference IVARIABLE__EXPRESSION
          The meta object literal for the 'Expression' containment reference 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 OUTPUT
          The meta object literal for the 'Output' class.
static EClass RETURN
          The meta object literal for the 'Return' class.
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 TYPE_IDENTIFIER
          The meta object literal for the 'Type Identifier' class.
static EAttribute TYPE_IDENTIFIER__OPERATOR
          The meta object literal for the 'Operator' attribute feature.
static EAttribute TYPE_IDENTIFIER__TYPE
          The meta object literal for the 'Type' attribute feature.
static EAttribute TYPE_IDENTIFIER__TYPE_ID
          The meta object literal for the 'Type ID' 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.
static EClass VARIABLE_DECL
          The meta object literal for the 'Variable Decl' class.
static EReference VARIABLE_DECL__TYPE
          The meta object literal for the 'Type' containment reference feature.
static EReference VARIABLE_DECL__VARIABLES
          The meta object literal for the 'Variables' containment reference list feature.
 

Field Detail

COMPLEX_EXPRESSION

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

See Also:
ComplexExpressionImpl, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.getTextExpression()
Generated:
This code was automatically generated.

INTERFACE_DECLARATION

static final EClass INTERFACE_DECLARATION
The meta object literal for the 'Interface Declaration' class.

See Also:
InterfaceDeclarationImpl, KExpressionsPackageImpl.getInterfaceDeclaration()
Generated:
This code was automatically generated.

INTERFACE_SIGNAL_DECL

static final EClass INTERFACE_SIGNAL_DECL
The meta object literal for the 'Interface Signal Decl' class.

See Also:
InterfaceSignalDeclImpl, KExpressionsPackageImpl.getInterfaceSignalDecl()
Generated:
This code was automatically generated.

INTERFACE_SIGNAL_DECL__SIGNALS

static final EReference INTERFACE_SIGNAL_DECL__SIGNALS
The meta object literal for the 'Signals' containment reference list feature.

Generated:
This code was automatically generated.

ISIGNAL

static final EClass ISIGNAL
The meta object literal for the 'ISignal' class.

See Also:
ISignalImpl, KExpressionsPackageImpl.getISignal()
Generated:
This code was automatically generated.

ISIGNAL__CHANNEL_DESCR

static final EReference ISIGNAL__CHANNEL_DESCR
The meta object literal for the 'Channel Descr' containment reference feature.

Generated:
This code was automatically generated.

CHANNEL_DESCRIPTION

static final EClass CHANNEL_DESCRIPTION
The meta object literal for the 'Channel Description' class.

See Also:
ChannelDescriptionImpl, KExpressionsPackageImpl.getChannelDescription()
Generated:
This code was automatically generated.

CHANNEL_DESCRIPTION__TYPE

static final EReference CHANNEL_DESCRIPTION__TYPE
The meta object literal for the 'Type' containment reference feature.

Generated:
This code was automatically generated.

CHANNEL_DESCRIPTION__EXPRESSION

static final EReference CHANNEL_DESCRIPTION__EXPRESSION
The meta object literal for the 'Expression' containment reference feature.

Generated:
This code was automatically generated.

TYPE_IDENTIFIER

static final EClass TYPE_IDENTIFIER
The meta object literal for the 'Type Identifier' class.

See Also:
TypeIdentifierImpl, KExpressionsPackageImpl.getTypeIdentifier()
Generated:
This code was automatically generated.

TYPE_IDENTIFIER__TYPE

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

Generated:
This code was automatically generated.

TYPE_IDENTIFIER__TYPE_ID

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

Generated:
This code was automatically generated.

TYPE_IDENTIFIER__OPERATOR

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

Generated:
This code was automatically generated.

INTERFACE_VARIABLE_DECL

static final EClass INTERFACE_VARIABLE_DECL
The meta object literal for the 'Interface Variable Decl' class.

See Also:
InterfaceVariableDeclImpl, KExpressionsPackageImpl.getInterfaceVariableDecl()
Generated:
This code was automatically generated.

INTERFACE_VARIABLE_DECL__VAR_DECLS

static final EReference INTERFACE_VARIABLE_DECL__VAR_DECLS
The meta object literal for the 'Var Decls' containment reference list feature.

Generated:
This code was automatically generated.

VARIABLE_DECL

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

See Also:
VariableDeclImpl, KExpressionsPackageImpl.getVariableDecl()
Generated:
This code was automatically generated.

VARIABLE_DECL__VARIABLES

static final EReference VARIABLE_DECL__VARIABLES
The meta object literal for the 'Variables' containment reference list feature.

Generated:
This code was automatically generated.

VARIABLE_DECL__TYPE

static final EReference VARIABLE_DECL__TYPE
The meta object literal for the 'Type' containment reference feature.

Generated:
This code was automatically generated.

IVARIABLE

static final EClass IVARIABLE
The meta object literal for the 'IVariable' class.

See Also:
IVariableImpl, KExpressionsPackageImpl.getIVariable()
Generated:
This code was automatically generated.

IVARIABLE__EXPRESSION

static final EReference IVARIABLE__EXPRESSION
The meta object literal for the 'Expression' containment reference feature.

Generated:
This code was automatically generated.

INPUT

static final EClass INPUT
The meta object literal for the 'Input' class.

See Also:
InputImpl, KExpressionsPackageImpl.getInput()
Generated:
This code was automatically generated.

OUTPUT

static final EClass OUTPUT
The meta object literal for the 'Output' class.

See Also:
OutputImpl, KExpressionsPackageImpl.getOutput()
Generated:
This code was automatically generated.

INPUT_OUTPUT

static final EClass INPUT_OUTPUT
The meta object literal for the 'Input Output' class.

See Also:
InputOutputImpl, KExpressionsPackageImpl.getInputOutput()
Generated:
This code was automatically generated.

RETURN

static final EClass RETURN
The meta object literal for the 'Return' class.

See Also:
ReturnImpl, KExpressionsPackageImpl.getReturn()
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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.getValueType()
Generated:
This code was automatically generated.