Interface ArraysFactory

    • Field Detail

      • eINSTANCE

        static final ArraysFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createArrayDimension

        ArrayDimension createArrayDimension()
        Returns a new object of class 'Array Dimension'.
        Returns:
        a new object of class 'Array Dimension'.
        Generated class or method.
      • createArrayInitializer

        ArrayInitializer createArrayInitializer()
        Returns a new object of class 'Array Initializer'.
        Returns:
        a new object of class 'Array Initializer'.
        Generated class or method.
      • createArrayInstantiationBySize

        ArrayInstantiationBySize createArrayInstantiationBySize()
        Returns a new object of class 'Array Instantiation By Size'.
        Returns:
        a new object of class 'Array Instantiation By Size'.
        Generated class or method.
      • createArrayInstantiationByValuesUntyped

        ArrayInstantiationByValuesUntyped createArrayInstantiationByValuesUntyped()
        Returns a new object of class 'Array Instantiation By Values Untyped'.
        Returns:
        a new object of class 'Array Instantiation By Values Untyped'.
        Generated class or method.
      • createArrayInstantiationByValuesTyped

        ArrayInstantiationByValuesTyped createArrayInstantiationByValuesTyped()
        Returns a new object of class 'Array Instantiation By Values Typed'.
        Returns:
        a new object of class 'Array Instantiation By Values Typed'.
        Generated class or method.
      • createArraySelector

        ArraySelector createArraySelector()
        Returns a new object of class 'Array Selector'.
        Returns:
        a new object of class 'Array Selector'.
        Generated class or method.
      • getArraysPackage

        ArraysPackage getArraysPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.