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 final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Binary Expression' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Left' containment reference feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Operation' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Right' containment reference feature.
    static final org.eclipse.emf.ecore.EEnum
    The meta object literal for the 'Binary Operation' enum.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Boolean Literal' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Is True' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Conditional' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Predicate' containment reference feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Template' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Expression' class.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Function' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Params' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'If Statement' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Els If Parts' containment reference list feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Else Template' containment reference feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'If Part' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Literal' class.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Number Literal' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Value' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Outer Parameter' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Root Template' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Max Param Value' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Template' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Statement' class.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Str Contains' class.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'String Literal' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Content' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Template' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Statements' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Template Parameter' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Type' attribute feature.
    static final org.eclipse.emf.ecore.EEnum
    The meta object literal for the 'Template Parameter Type' enum.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Text Statement' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Content' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Unary Expression' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Operand' containment reference feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Operation' attribute feature.
    static final org.eclipse.emf.ecore.EEnum
    The meta object literal for the 'Unary Operation' enum.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Value Literal' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Value' attribute feature.
  • Field Details

    • ROOT_TEMPLATE

      static final org.eclipse.emf.ecore.EClass ROOT_TEMPLATE
      The meta object literal for the 'Root Template' class.
      See Also:
    • 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:
    • 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:
    • TEXT_STATEMENT

      static final org.eclipse.emf.ecore.EClass TEXT_STATEMENT
      The meta object literal for the 'Text Statement' class.
      See Also:
    • 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:
    • 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:
    • 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:
    • OUTER_PARAMETER

      static final org.eclipse.emf.ecore.EClass OUTER_PARAMETER
      The meta object literal for the 'Outer Parameter' class.
      See Also:
    • 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:
    • 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.
      See Also:
    • 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:
    • BINARY_EXPRESSION

      static final org.eclipse.emf.ecore.EClass BINARY_EXPRESSION
      The meta object literal for the 'Binary Expression' class.
      See Also:
    • 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.
      See Also:
    • 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:
    • BOOLEAN_LITERAL

      static final org.eclipse.emf.ecore.EClass BOOLEAN_LITERAL
      The meta object literal for the 'Boolean Literal' class.
      See Also:
    • 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.
      See Also:
    • 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.
      See Also:
    • 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:
    • 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.
      See Also:
    • BINARY_OPERATION

      static final org.eclipse.emf.ecore.EEnum BINARY_OPERATION
      The meta object literal for the 'Binary Operation' enum.
      See Also:
    • UNARY_OPERATION

      static final org.eclipse.emf.ecore.EEnum UNARY_OPERATION
      The meta object literal for the 'Unary Operation' enum.
      See Also: