Interface SimpleExpressionsPackage.Literals

  • Enclosing interface:
    SimpleExpressionsPackage

    public static interface SimpleExpressionsPackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    Generated:
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass AND_EXPRESSION
      The meta object literal for the 'And Expression' class.
      static org.eclipse.emf.ecore.EReference AND_EXPRESSION__LEFT
      The meta object literal for the 'Left' containment reference feature.
      static org.eclipse.emf.ecore.EReference AND_EXPRESSION__RIGHT
      The meta object literal for the 'Right' containment reference feature.
      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__VALUE
      The meta object literal for the 'Value' attribute feature.
      static org.eclipse.emf.ecore.EClass COMPARISON
      The meta object literal for the 'Comparison' class.
      static org.eclipse.emf.ecore.EReference COMPARISON__LEFT
      The meta object literal for the 'Left' containment reference feature.
      static org.eclipse.emf.ecore.EAttribute COMPARISON__OPERATOR
      The meta object literal for the 'Operator' attribute feature.
      static org.eclipse.emf.ecore.EReference COMPARISON__RIGHT
      The meta object literal for the 'Right' containment reference feature.
      static org.eclipse.emf.ecore.EClass EXPRESSION
      The meta object literal for the 'Expression' class.
      static org.eclipse.emf.ecore.EClass IF_CONDITION
      The meta object literal for the 'If Condition' class.
      static org.eclipse.emf.ecore.EReference IF_CONDITION__CONDITION
      The meta object literal for the 'Condition' containment reference feature.
      static org.eclipse.emf.ecore.EAttribute IF_CONDITION__ELSEIF
      The meta object literal for the 'Elseif' attribute feature.
      static org.eclipse.emf.ecore.EClass METHOD_CALL
      The meta object literal for the 'Method Call' class.
      static org.eclipse.emf.ecore.EAttribute METHOD_CALL__VALUE
      The meta object literal for the 'Value' attribute feature.
      static org.eclipse.emf.ecore.EClass NOT_EXPRESSION
      The meta object literal for the 'Not Expression' class.
      static org.eclipse.emf.ecore.EReference NOT_EXPRESSION__EXPRESSION
      The meta object literal for the 'Expression' containment reference feature.
      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 OR_EXPRESSION
      The meta object literal for the 'Or Expression' class.
      static org.eclipse.emf.ecore.EReference OR_EXPRESSION__LEFT
      The meta object literal for the 'Left' containment reference feature.
      static org.eclipse.emf.ecore.EReference OR_EXPRESSION__RIGHT
      The meta object literal for the 'Right' containment reference feature.
    • Field Detail

      • IF_CONDITION__ELSEIF

        static final org.eclipse.emf.ecore.EAttribute IF_CONDITION__ELSEIF
        The meta object literal for the 'Elseif' attribute feature.
        Generated:
      • IF_CONDITION__CONDITION

        static final org.eclipse.emf.ecore.EReference IF_CONDITION__CONDITION
        The meta object literal for the 'Condition' containment reference feature.
        Generated:
      • NUMBER_LITERAL__VALUE

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

        static final org.eclipse.emf.ecore.EAttribute BOOLEAN_LITERAL__VALUE
        The meta object literal for the 'Value' attribute feature.
        Generated:
      • METHOD_CALL__VALUE

        static final org.eclipse.emf.ecore.EAttribute METHOD_CALL__VALUE
        The meta object literal for the 'Value' attribute feature.
        Generated:
      • OR_EXPRESSION__LEFT

        static final org.eclipse.emf.ecore.EReference OR_EXPRESSION__LEFT
        The meta object literal for the 'Left' containment reference feature.
        Generated:
      • OR_EXPRESSION__RIGHT

        static final org.eclipse.emf.ecore.EReference OR_EXPRESSION__RIGHT
        The meta object literal for the 'Right' containment reference feature.
        Generated:
      • AND_EXPRESSION__LEFT

        static final org.eclipse.emf.ecore.EReference AND_EXPRESSION__LEFT
        The meta object literal for the 'Left' containment reference feature.
        Generated:
      • AND_EXPRESSION__RIGHT

        static final org.eclipse.emf.ecore.EReference AND_EXPRESSION__RIGHT
        The meta object literal for the 'Right' containment reference feature.
        Generated:
      • COMPARISON__LEFT

        static final org.eclipse.emf.ecore.EReference COMPARISON__LEFT
        The meta object literal for the 'Left' containment reference feature.
        Generated:
      • COMPARISON__OPERATOR

        static final org.eclipse.emf.ecore.EAttribute COMPARISON__OPERATOR
        The meta object literal for the 'Operator' attribute feature.
        Generated:
      • COMPARISON__RIGHT

        static final org.eclipse.emf.ecore.EReference COMPARISON__RIGHT
        The meta object literal for the 'Right' containment reference feature.
        Generated:
      • NOT_EXPRESSION__EXPRESSION

        static final org.eclipse.emf.ecore.EReference NOT_EXPRESSION__EXPRESSION
        The meta object literal for the 'Expression' containment reference feature.
        Generated: