Package org.emftext.language.java.arrays
Interface ArraysFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ArraysFactoryImpl
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 Summary
Modifier and TypeFieldDescriptionstatic final ArraysFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Array Dimension'.Returns a new object of class 'Array Initializer'.Returns a new object of class 'Array Instantiation By Size'.Returns a new object of class 'Array Instantiation By Values Typed'.Returns a new object of class 'Array Instantiation By Values Untyped'.Returns a new object of class 'Array Selector'.Returns the package supported by this factory.Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
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.
-