Interface ArraysFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
ArraysFactoryImpl

public interface ArraysFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated class or method.
  • Field Details

    • eINSTANCE

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

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