Package org.emftext.language.java.arrays
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:
ArraysPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ArraysFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayDimension
createArrayDimension()
Returns a new object of class 'Array Dimension'.ArrayInitializer
createArrayInitializer()
Returns a new object of class 'Array Initializer'.ArrayInstantiationBySize
createArrayInstantiationBySize()
Returns a new object of class 'Array Instantiation By Size'.ArrayInstantiationByValuesTyped
createArrayInstantiationByValuesTyped()
Returns a new object of class 'Array Instantiation By Values Typed'.ArrayInstantiationByValuesUntyped
createArrayInstantiationByValuesUntyped()
Returns a new object of class 'Array Instantiation By Values Untyped'.ArraySelector
createArraySelector()
Returns a new object of class 'Array Selector'.ArraysPackage
getArraysPackage()
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 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.
-
-