Interface RtPackage.Literals
-
- Enclosing interface:
- RtPackage
public static interface RtPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClass
BINARY_EXPRESSION
The meta object literal for the 'Binary Expression
' class.static org.eclipse.emf.ecore.EReference
BINARY_EXPRESSION__LEFT
The meta object literal for the 'Left' containment reference feature.static org.eclipse.emf.ecore.EAttribute
BINARY_EXPRESSION__OPERATION
The meta object literal for the 'Operation' attribute feature.static org.eclipse.emf.ecore.EReference
BINARY_EXPRESSION__RIGHT
The meta object literal for the 'Right' containment reference feature.static org.eclipse.emf.ecore.EEnum
BINARY_OPERATION
The meta object literal for the 'Binary Operation
' enum.static org.eclipse.emf.ecore.EClass
BOOLEAN_LITERAL
The meta object literal for the 'Boolean Literal
' class.static org.eclipse.emf.ecore.EAttribute
BOOLEAN_LITERAL__IS_TRUE
The meta object literal for the 'Is True' attribute feature.static org.eclipse.emf.ecore.EClass
CONDITIONAL
The meta object literal for the 'Conditional
' class.static org.eclipse.emf.ecore.EReference
CONDITIONAL__PREDICATE
The meta object literal for the 'Predicate' containment reference feature.static org.eclipse.emf.ecore.EReference
CONDITIONAL__TEMPLATE
The meta object literal for the 'Template' containment reference feature.static org.eclipse.emf.ecore.EClass
EXPRESSION
The meta object literal for the 'Expression
' class.static org.eclipse.emf.ecore.EClass
FUNCTION
The meta object literal for the 'Function
' class.static org.eclipse.emf.ecore.EReference
FUNCTION__PARAMS
The meta object literal for the 'Params' containment reference list feature.static org.eclipse.emf.ecore.EClass
IF_STATEMENT
The meta object literal for the 'If Statement
' class.static org.eclipse.emf.ecore.EReference
IF_STATEMENT__ELS_IF_PARTS
The meta object literal for the 'Els If Parts' containment reference list feature.static org.eclipse.emf.ecore.EReference
IF_STATEMENT__ELSE_TEMPLATE
The meta object literal for the 'Else Template' containment reference feature.static org.eclipse.emf.ecore.EReference
IF_STATEMENT__IF_PART
The meta object literal for the 'If Part' containment reference feature.static org.eclipse.emf.ecore.EClass
LITERAL
The meta object literal for the 'Literal
' class.static org.eclipse.emf.ecore.EClass
NUMBER_LITERAL
The meta object literal for the 'Number Literal
' class.static org.eclipse.emf.ecore.EAttribute
NUMBER_LITERAL__VALUE
The meta object literal for the 'Value' attribute feature.static org.eclipse.emf.ecore.EClass
OUTER_PARAMETER
The meta object literal for the 'Outer Parameter
' class.static org.eclipse.emf.ecore.EAttribute
OUTER_PARAMETER__NAME
The meta object literal for the 'Name' attribute feature.static org.eclipse.emf.ecore.EClass
ROOT_TEMPLATE
The meta object literal for the 'Root Template
' class.static org.eclipse.emf.ecore.EAttribute
ROOT_TEMPLATE__MAX_PARAM_VALUE
The meta object literal for the 'Max Param Value' attribute feature.static org.eclipse.emf.ecore.EReference
ROOT_TEMPLATE__TEMPLATE
The meta object literal for the 'Template' containment reference feature.static org.eclipse.emf.ecore.EClass
STATEMENT
The meta object literal for the 'Statement
' class.static org.eclipse.emf.ecore.EClass
STR_CONTAINS
The meta object literal for the 'Str Contains
' class.static org.eclipse.emf.ecore.EClass
STRING_LITERAL
The meta object literal for the 'String Literal
' class.static org.eclipse.emf.ecore.EAttribute
STRING_LITERAL__CONTENT
The meta object literal for the 'Content' attribute feature.static org.eclipse.emf.ecore.EClass
TEMPLATE
The meta object literal for the 'Template
' class.static org.eclipse.emf.ecore.EReference
TEMPLATE__STATEMENTS
The meta object literal for the 'Statements' containment reference list feature.static org.eclipse.emf.ecore.EClass
TEMPLATE_PARAMETER
The meta object literal for the 'Template Parameter
' class.static org.eclipse.emf.ecore.EAttribute
TEMPLATE_PARAMETER__TYPE
The meta object literal for the 'Type' attribute feature.static org.eclipse.emf.ecore.EEnum
TEMPLATE_PARAMETER_TYPE
The meta object literal for the 'Template Parameter Type
' enum.static org.eclipse.emf.ecore.EClass
TEXT_STATEMENT
The meta object literal for the 'Text Statement
' class.static org.eclipse.emf.ecore.EAttribute
TEXT_STATEMENT__CONTENT
The meta object literal for the 'Content' attribute feature.static org.eclipse.emf.ecore.EClass
UNARY_EXPRESSION
The meta object literal for the 'Unary Expression
' class.static org.eclipse.emf.ecore.EReference
UNARY_EXPRESSION__OPERAND
The meta object literal for the 'Operand' containment reference feature.static org.eclipse.emf.ecore.EAttribute
UNARY_EXPRESSION__OPERATION
The meta object literal for the 'Operation' attribute feature.static org.eclipse.emf.ecore.EEnum
UNARY_OPERATION
The meta object literal for the 'Unary Operation
' enum.static org.eclipse.emf.ecore.EClass
VALUE_LITERAL
The meta object literal for the 'Value Literal
' class.static org.eclipse.emf.ecore.EAttribute
VALUE_LITERAL__VALUE
The meta object literal for the 'Value' attribute feature.
-
-
-
Field Detail
-
ROOT_TEMPLATE
static final org.eclipse.emf.ecore.EClass ROOT_TEMPLATE
The meta object literal for the 'Root Template
' class.- See Also:
RootTemplateImpl
,RtPackageImpl.getRootTemplate()
-
ROOT_TEMPLATE__MAX_PARAM_VALUE
static final org.eclipse.emf.ecore.EAttribute ROOT_TEMPLATE__MAX_PARAM_VALUE
The meta object literal for the 'Max Param Value' attribute feature.
-
ROOT_TEMPLATE__TEMPLATE
static final org.eclipse.emf.ecore.EReference ROOT_TEMPLATE__TEMPLATE
The meta object literal for the 'Template' containment reference feature.
-
TEMPLATE
static final org.eclipse.emf.ecore.EClass TEMPLATE
The meta object literal for the 'Template
' class.- See Also:
TemplateImpl
,RtPackageImpl.getTemplate()
-
TEMPLATE__STATEMENTS
static final org.eclipse.emf.ecore.EReference TEMPLATE__STATEMENTS
The meta object literal for the 'Statements' containment reference list feature.
-
STATEMENT
static final org.eclipse.emf.ecore.EClass STATEMENT
The meta object literal for the 'Statement
' class.- See Also:
StatementImpl
,RtPackageImpl.getStatement()
-
TEXT_STATEMENT
static final org.eclipse.emf.ecore.EClass TEXT_STATEMENT
The meta object literal for the 'Text Statement
' class.
-
TEXT_STATEMENT__CONTENT
static final org.eclipse.emf.ecore.EAttribute TEXT_STATEMENT__CONTENT
The meta object literal for the 'Content' attribute feature.
-
IF_STATEMENT
static final org.eclipse.emf.ecore.EClass IF_STATEMENT
The meta object literal for the 'If Statement
' class.- See Also:
IfStatementImpl
,RtPackageImpl.getIfStatement()
-
IF_STATEMENT__IF_PART
static final org.eclipse.emf.ecore.EReference IF_STATEMENT__IF_PART
The meta object literal for the 'If Part' containment reference feature.
-
IF_STATEMENT__ELS_IF_PARTS
static final org.eclipse.emf.ecore.EReference IF_STATEMENT__ELS_IF_PARTS
The meta object literal for the 'Els If Parts' containment reference list feature.
-
IF_STATEMENT__ELSE_TEMPLATE
static final org.eclipse.emf.ecore.EReference IF_STATEMENT__ELSE_TEMPLATE
The meta object literal for the 'Else Template' containment reference feature.
-
CONDITIONAL
static final org.eclipse.emf.ecore.EClass CONDITIONAL
The meta object literal for the 'Conditional
' class.- See Also:
ConditionalImpl
,RtPackageImpl.getConditional()
-
CONDITIONAL__PREDICATE
static final org.eclipse.emf.ecore.EReference CONDITIONAL__PREDICATE
The meta object literal for the 'Predicate' containment reference feature.
-
CONDITIONAL__TEMPLATE
static final org.eclipse.emf.ecore.EReference CONDITIONAL__TEMPLATE
The meta object literal for the 'Template' containment reference feature.
-
EXPRESSION
static final org.eclipse.emf.ecore.EClass EXPRESSION
The meta object literal for the 'Expression
' class.- See Also:
ExpressionImpl
,RtPackageImpl.getExpression()
-
OUTER_PARAMETER
static final org.eclipse.emf.ecore.EClass OUTER_PARAMETER
The meta object literal for the 'Outer Parameter
' class.
-
OUTER_PARAMETER__NAME
static final org.eclipse.emf.ecore.EAttribute OUTER_PARAMETER__NAME
The meta object literal for the 'Name' attribute feature.
-
FUNCTION
static final org.eclipse.emf.ecore.EClass FUNCTION
The meta object literal for the 'Function
' class.- See Also:
FunctionImpl
,RtPackageImpl.getFunction()
-
FUNCTION__PARAMS
static final org.eclipse.emf.ecore.EReference FUNCTION__PARAMS
The meta object literal for the 'Params' containment reference list feature.
-
TEMPLATE_PARAMETER
static final org.eclipse.emf.ecore.EClass TEMPLATE_PARAMETER
The meta object literal for the 'Template Parameter
' class.
-
TEMPLATE_PARAMETER__TYPE
static final org.eclipse.emf.ecore.EAttribute TEMPLATE_PARAMETER__TYPE
The meta object literal for the 'Type' attribute feature.
-
STR_CONTAINS
static final org.eclipse.emf.ecore.EClass STR_CONTAINS
The meta object literal for the 'Str Contains
' class.- See Also:
StrContainsImpl
,RtPackageImpl.getStrContains()
-
BINARY_EXPRESSION
static final org.eclipse.emf.ecore.EClass BINARY_EXPRESSION
The meta object literal for the 'Binary Expression
' class.
-
BINARY_EXPRESSION__OPERATION
static final org.eclipse.emf.ecore.EAttribute BINARY_EXPRESSION__OPERATION
The meta object literal for the 'Operation' attribute feature.
-
BINARY_EXPRESSION__LEFT
static final org.eclipse.emf.ecore.EReference BINARY_EXPRESSION__LEFT
The meta object literal for the 'Left' containment reference feature.
-
BINARY_EXPRESSION__RIGHT
static final org.eclipse.emf.ecore.EReference BINARY_EXPRESSION__RIGHT
The meta object literal for the 'Right' containment reference feature.
-
UNARY_EXPRESSION
static final org.eclipse.emf.ecore.EClass UNARY_EXPRESSION
The meta object literal for the 'Unary Expression
' class.
-
UNARY_EXPRESSION__OPERATION
static final org.eclipse.emf.ecore.EAttribute UNARY_EXPRESSION__OPERATION
The meta object literal for the 'Operation' attribute feature.
-
UNARY_EXPRESSION__OPERAND
static final org.eclipse.emf.ecore.EReference UNARY_EXPRESSION__OPERAND
The meta object literal for the 'Operand' containment reference feature.
-
LITERAL
static final org.eclipse.emf.ecore.EClass LITERAL
The meta object literal for the 'Literal
' class.- See Also:
LiteralImpl
,RtPackageImpl.getLiteral()
-
BOOLEAN_LITERAL
static final org.eclipse.emf.ecore.EClass BOOLEAN_LITERAL
The meta object literal for the 'Boolean Literal
' class.
-
BOOLEAN_LITERAL__IS_TRUE
static final org.eclipse.emf.ecore.EAttribute BOOLEAN_LITERAL__IS_TRUE
The meta object literal for the 'Is True' attribute feature.
-
NUMBER_LITERAL
static final org.eclipse.emf.ecore.EClass NUMBER_LITERAL
The meta object literal for the 'Number Literal
' class.
-
NUMBER_LITERAL__VALUE
static final org.eclipse.emf.ecore.EAttribute NUMBER_LITERAL__VALUE
The meta object literal for the 'Value' attribute feature.
-
STRING_LITERAL
static final org.eclipse.emf.ecore.EClass STRING_LITERAL
The meta object literal for the 'String Literal
' class.
-
STRING_LITERAL__CONTENT
static final org.eclipse.emf.ecore.EAttribute STRING_LITERAL__CONTENT
The meta object literal for the 'Content' attribute feature.
-
VALUE_LITERAL
static final org.eclipse.emf.ecore.EClass VALUE_LITERAL
The meta object literal for the 'Value Literal
' class.- See Also:
ValueLiteralImpl
,RtPackageImpl.getValueLiteral()
-
VALUE_LITERAL__VALUE
static final org.eclipse.emf.ecore.EAttribute VALUE_LITERAL__VALUE
The meta object literal for the 'Value' attribute feature.
-
TEMPLATE_PARAMETER_TYPE
static final org.eclipse.emf.ecore.EEnum TEMPLATE_PARAMETER_TYPE
The meta object literal for the 'Template Parameter Type
' enum.
-
BINARY_OPERATION
static final org.eclipse.emf.ecore.EEnum BINARY_OPERATION
The meta object literal for the 'Binary Operation
' enum.
-
UNARY_OPERATION
static final org.eclipse.emf.ecore.EEnum UNARY_OPERATION
The meta object literal for the 'Unary Operation
' enum.- See Also:
UnaryOperation
,RtPackageImpl.getUnaryOperation()
-
-