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 Detail

      • 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__STATEMENTS

        static final org.eclipse.emf.ecore.EReference TEMPLATE__STATEMENTS
        The meta object literal for the 'Statements' containment reference list feature.
      • TEXT_STATEMENT__CONTENT

        static final org.eclipse.emf.ecore.EAttribute TEXT_STATEMENT__CONTENT
        The meta object literal for the 'Content' attribute feature.
      • 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__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.
      • OUTER_PARAMETER__NAME

        static final org.eclipse.emf.ecore.EAttribute OUTER_PARAMETER__NAME
        The meta object literal for the 'Name' attribute feature.
      • FUNCTION__PARAMS

        static final org.eclipse.emf.ecore.EReference FUNCTION__PARAMS
        The meta object literal for the 'Params' containment reference list feature.
      • TEMPLATE_PARAMETER__TYPE

        static final org.eclipse.emf.ecore.EAttribute TEMPLATE_PARAMETER__TYPE
        The meta object literal for the 'Type' attribute feature.
      • 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__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.
      • 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__VALUE

        static final org.eclipse.emf.ecore.EAttribute NUMBER_LITERAL__VALUE
        The meta object literal for the 'Value' attribute feature.
      • STRING_LITERAL__CONTENT

        static final org.eclipse.emf.ecore.EAttribute STRING_LITERAL__CONTENT
        The meta object literal for the 'Content' attribute feature.
      • VALUE_LITERAL__VALUE

        static final org.eclipse.emf.ecore.EAttribute VALUE_LITERAL__VALUE
        The meta object literal for the 'Value' attribute feature.