Uses of Interface
org.eclipse.gmt.modisco.java.EnumDeclaration
| 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 EnumDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of EnumDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceUnresolvedEnumDeclarationA representation of the model object 'Unresolved Enum Declaration'. -
Uses of EnumDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement EnumDeclaration Modifier and Type Class Description classEnumDeclarationImplAn implementation of the model object 'Enum Declaration'.classUnresolvedEnumDeclarationImplAn implementation of the model object 'Unresolved Enum Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return EnumDeclaration Modifier and Type Method Description EnumDeclarationJavaFactoryImpl. createEnumDeclaration() -
Uses of EnumDeclaration in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return EnumDeclaration Modifier and Type Method Description EnumDeclarationJavaFactory. createEnumDeclaration()Returns a new object of class 'Enum Declaration'. -
Uses of EnumDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type EnumDeclaration Modifier and Type Method Description TJavaSwitch. caseEnumDeclaration(EnumDeclaration object)Returns the result of interpreting the object as an instance of 'Enum Declaration'.