Interface VariablesPackage

    • Field Detail

      • eINSTANCE

        static final VariablesPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • VARIABLE__LAYOUT_INFORMATIONS

        static final int VARIABLE__LAYOUT_INFORMATIONS
        The feature id for the 'Layout Informations' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • VARIABLE__NAME

        static final int VARIABLE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • VARIABLE__TYPE_REFERENCE

        static final int VARIABLE__TYPE_REFERENCE
        The feature id for the 'Type Reference' containment reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • VARIABLE__TYPE_ARGUMENTS

        static final int VARIABLE__TYPE_ARGUMENTS
        The feature id for the 'Type Arguments' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • VARIABLE_FEATURE_COUNT

        static final int VARIABLE_FEATURE_COUNT
        The number of structural features of the 'Variable' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE__LAYOUT_INFORMATIONS

        static final int LOCAL_VARIABLE__LAYOUT_INFORMATIONS
        The feature id for the 'Layout Informations' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE__NAME

        static final int LOCAL_VARIABLE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE__TYPE_REFERENCE

        static final int LOCAL_VARIABLE__TYPE_REFERENCE
        The feature id for the 'Type Reference' containment reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE__TYPE_ARGUMENTS

        static final int LOCAL_VARIABLE__TYPE_ARGUMENTS
        The feature id for the 'Type Arguments' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE__INITIAL_VALUE

        static final int LOCAL_VARIABLE__INITIAL_VALUE
        The feature id for the 'Initial Value' containment reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERS

        static final int LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERS
        The feature id for the 'Annotations And Modifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES

        static final int LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES
        The feature id for the 'Additional Local Variables' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • LOCAL_VARIABLE_FEATURE_COUNT

        static final int LOCAL_VARIABLE_FEATURE_COUNT
        The number of structural features of the 'Local Variable' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONS

        static final int ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONS
        The feature id for the 'Layout Informations' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ADDITIONAL_LOCAL_VARIABLE__NAME

        static final int ADDITIONAL_LOCAL_VARIABLE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUE

        static final int ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUE
        The feature id for the 'Initial Value' containment reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ADDITIONAL_LOCAL_VARIABLE__TYPE_REFERENCE

        static final int ADDITIONAL_LOCAL_VARIABLE__TYPE_REFERENCE
        The feature id for the 'Type Reference' containment reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNT

        static final int ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNT
        The number of structural features of the 'Additional Local Variable' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • RESOURCE__LAYOUT_INFORMATIONS

        static final int RESOURCE__LAYOUT_INFORMATIONS
        The feature id for the 'Layout Informations' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • RESOURCE_FEATURE_COUNT

        static final int RESOURCE_FEATURE_COUNT
        The number of structural features of the 'Resource' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getVariable

        EClass getVariable()
        Returns the meta object for class 'Variable'.
        Returns:
        the meta object for class 'Variable'.
        See Also:
        Variable
        Generated class or method.
      • getLocalVariable

        EClass getLocalVariable()
        Returns the meta object for class 'Local Variable'.
        Returns:
        the meta object for class 'Local Variable'.
        See Also:
        LocalVariable
        Generated class or method.
      • getResource

        EClass getResource()
        Returns the meta object for class 'Resource'.
        Returns:
        the meta object for class 'Resource'.
        See Also:
        Resource
        Generated class or method.
      • getVariablesFactory

        VariablesFactory getVariablesFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated class or method.