Interface ExpressionsPackage.Literals

  • Enclosing interface:
    ExpressionsPackage

    public static interface ExpressionsPackage.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
    Generated
    No Implement
    This interface is not intended to be implemented by clients.
    No Extend
    This interface is not intended to be extended by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass ACCESS
      The meta object literal for the 'Access' class.
      static org.eclipse.emf.ecore.EReference ACCESS__NAME
      The meta object literal for the 'Name' containment reference feature.
      static org.eclipse.emf.ecore.EClass BOOLEAN_VALUE
      The meta object literal for the 'Boolean Value' class.
      static org.eclipse.emf.ecore.EAttribute BOOLEAN_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass BYTE_VALUE
      The meta object literal for the 'Byte Value' class.
      static org.eclipse.emf.ecore.EAttribute BYTE_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass CHAR_VALUE
      The meta object literal for the 'Char Value' class.
      static org.eclipse.emf.ecore.EAttribute CHAR_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass CONTAINED_OBJECT
      The meta object literal for the 'Contained Object' class.
      static org.eclipse.emf.ecore.EReference CONTAINED_OBJECT__OBJECT
      The meta object literal for the 'Object' containment reference feature.
      static org.eclipse.emf.ecore.EClass CONTEXT_ACCESS
      The meta object literal for the 'Context Access' class.
      static org.eclipse.emf.ecore.EClass DOUBLE_VALUE
      The meta object literal for the 'Double Value' class.
      static org.eclipse.emf.ecore.EAttribute DOUBLE_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EDataType EVALUATION_CONTEXT
      The meta object literal for the 'Evaluation Context' data type.
      static org.eclipse.emf.ecore.EClass EXPRESSION
      The meta object literal for the 'Expression' class.
      static org.eclipse.emf.ecore.EOperation EXPRESSION___EVALUATE__EVALUATIONCONTEXT
      The meta object literal for the 'Evaluate' operation.
      static org.eclipse.emf.ecore.EClass FLOAT_VALUE
      The meta object literal for the 'Float Value' class.
      static org.eclipse.emf.ecore.EAttribute FLOAT_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass FUNCTION_INVOCATION
      The meta object literal for the 'Function Invocation' class.
      static org.eclipse.emf.ecore.EClass INT_VALUE
      The meta object literal for the 'Int Value' class.
      static org.eclipse.emf.ecore.EAttribute INT_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass INVOCATION
      The meta object literal for the 'Invocation' class.
      static org.eclipse.emf.ecore.EReference INVOCATION__ARGUMENTS
      The meta object literal for the 'Arguments' containment reference list feature.
      static org.eclipse.emf.ecore.EReference INVOCATION__NAME
      The meta object literal for the 'Name' containment reference feature.
      static org.eclipse.emf.ecore.EClass LINKED_EXPRESSION
      The meta object literal for the 'Linked Expression' class.
      static org.eclipse.emf.ecore.EReference LINKED_EXPRESSION__EXPRESSION
      The meta object literal for the 'Expression' reference feature.
      static org.eclipse.emf.ecore.EClass LINKED_OBJECT
      The meta object literal for the 'Linked Object' class.
      static org.eclipse.emf.ecore.EReference LINKED_OBJECT__OBJECT
      The meta object literal for the 'Object' reference feature.
      static org.eclipse.emf.ecore.EClass LIST_CONSTRUCTION
      The meta object literal for the 'List Construction' class.
      static org.eclipse.emf.ecore.EReference LIST_CONSTRUCTION__ELEMENTS
      The meta object literal for the 'Elements' containment reference list feature.
      static org.eclipse.emf.ecore.EClass LONG_VALUE
      The meta object literal for the 'Long Value' class.
      static org.eclipse.emf.ecore.EAttribute LONG_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass MEMBER_ACCESS
      The meta object literal for the 'Member Access' class.
      static org.eclipse.emf.ecore.EReference MEMBER_ACCESS__OBJECT
      The meta object literal for the 'Object' containment reference feature.
      static org.eclipse.emf.ecore.EClass MEMBER_INVOCATION
      The meta object literal for the 'Member Invocation' class.
      static org.eclipse.emf.ecore.EReference MEMBER_INVOCATION__OBJECT
      The meta object literal for the 'Object' containment reference feature.
      static org.eclipse.emf.ecore.EClass SHORT_VALUE
      The meta object literal for the 'Short Value' class.
      static org.eclipse.emf.ecore.EAttribute SHORT_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass STATIC_ACCESS
      The meta object literal for the 'Static Access' class.
      static org.eclipse.emf.ecore.EClass STRING_VALUE
      The meta object literal for the 'String Value' class.
      static org.eclipse.emf.ecore.EAttribute STRING_VALUE__LITERAL
      The meta object literal for the 'Literal' attribute feature.
      static org.eclipse.emf.ecore.EClass VALUE
      The meta object literal for the 'Value' class.
      static org.eclipse.emf.ecore.EOperation VALUE___GET_LITERAL
      The meta object literal for the 'Get Literal' operation.
    • Field Detail

      • EXPRESSION___EVALUATE__EVALUATIONCONTEXT

        static final org.eclipse.emf.ecore.EOperation EXPRESSION___EVALUATE__EVALUATIONCONTEXT
        The meta object literal for the 'Evaluate' operation.
        Generated
      • VALUE___GET_LITERAL

        static final org.eclipse.emf.ecore.EOperation VALUE___GET_LITERAL
        The meta object literal for the 'Get Literal' operation.
        Generated
      • BOOLEAN_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute BOOLEAN_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • BYTE_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute BYTE_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • SHORT_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute SHORT_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • INT_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute INT_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • LONG_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute LONG_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • FLOAT_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute FLOAT_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • DOUBLE_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute DOUBLE_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • CHAR_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute CHAR_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • STRING_VALUE__LITERAL

        static final org.eclipse.emf.ecore.EAttribute STRING_VALUE__LITERAL
        The meta object literal for the 'Literal' attribute feature.
        Generated
      • INVOCATION__ARGUMENTS

        static final org.eclipse.emf.ecore.EReference INVOCATION__ARGUMENTS
        The meta object literal for the 'Arguments' containment reference list feature.
        Generated
      • INVOCATION__NAME

        static final org.eclipse.emf.ecore.EReference INVOCATION__NAME
        The meta object literal for the 'Name' containment reference feature.
        Generated
      • MEMBER_INVOCATION__OBJECT

        static final org.eclipse.emf.ecore.EReference MEMBER_INVOCATION__OBJECT
        The meta object literal for the 'Object' containment reference feature.
        Generated
      • ACCESS__NAME

        static final org.eclipse.emf.ecore.EReference ACCESS__NAME
        The meta object literal for the 'Name' containment reference feature.
        Generated
      • MEMBER_ACCESS__OBJECT

        static final org.eclipse.emf.ecore.EReference MEMBER_ACCESS__OBJECT
        The meta object literal for the 'Object' containment reference feature.
        Generated
      • CONTAINED_OBJECT__OBJECT

        static final org.eclipse.emf.ecore.EReference CONTAINED_OBJECT__OBJECT
        The meta object literal for the 'Object' containment reference feature.
        Generated
      • LINKED_OBJECT__OBJECT

        static final org.eclipse.emf.ecore.EReference LINKED_OBJECT__OBJECT
        The meta object literal for the 'Object' reference feature.
        Generated
      • LINKED_EXPRESSION__EXPRESSION

        static final org.eclipse.emf.ecore.EReference LINKED_EXPRESSION__EXPRESSION
        The meta object literal for the 'Expression' reference feature.
        Generated
      • LIST_CONSTRUCTION__ELEMENTS

        static final org.eclipse.emf.ecore.EReference LIST_CONSTRUCTION__ELEMENTS
        The meta object literal for the 'Elements' containment reference list feature.
        Generated