Uses of Interface
org.eclipse.gmt.modisco.java.ArrayInitializer
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of ArrayInitializer in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return ArrayInitializer Modifier and Type Method Description ArrayInitializerArrayCreation. getInitializer()Returns the value of the 'Initializer' containment reference.Methods in org.eclipse.gmt.modisco.java with parameters of type ArrayInitializer Modifier and Type Method Description voidArrayCreation. setInitializer(ArrayInitializer value)Sets the value of the 'Initializer' containment reference. -
Uses of ArrayInitializer in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement ArrayInitializer Modifier and Type Class Description classArrayInitializerImplAn implementation of the model object 'Array Initializer'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return ArrayInitializer Modifier and Type Method Description ArrayInitializerJavaFactoryImpl. createArrayInitializer()ArrayInitializerArrayCreationImpl. getInitializer()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type ArrayInitializer Modifier and Type Method Description voidArrayCreationImpl. setInitializer(ArrayInitializer newInitializer) -
Uses of ArrayInitializer in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return ArrayInitializer Modifier and Type Method Description ArrayInitializerJavaFactory. createArrayInitializer()Returns a new object of class 'Array Initializer'. -
Uses of ArrayInitializer in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type ArrayInitializer Modifier and Type Method Description TJavaSwitch. caseArrayInitializer(ArrayInitializer object)Returns the result of interpreting the object as an instance of 'Array Initializer'.