Uses of Interface
org.eclipse.gmt.modisco.java.TypeDeclaration
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.util |
-
Uses of TypeDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of TypeDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceClassDeclarationA representation of the model object 'Class Declaration'.interfaceInterfaceDeclarationA representation of the model object 'Interface Declaration'.interfaceUnresolvedClassDeclarationA representation of the model object 'Unresolved Class Declaration'.interfaceUnresolvedInterfaceDeclarationA representation of the model object 'Unresolved Interface Declaration'. -
Uses of TypeDeclaration in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement TypeDeclaration Modifier and Type Class Description classClassDeclarationImplAn implementation of the model object 'Class Declaration'.classInterfaceDeclarationImplAn implementation of the model object 'Interface Declaration'.classTypeDeclarationImplAn implementation of the model object 'Type Declaration'.classUnresolvedClassDeclarationImplAn implementation of the model object 'Unresolved Class Declaration'.classUnresolvedInterfaceDeclarationImplAn implementation of the model object 'Unresolved Interface Declaration'. -
Uses of TypeDeclaration in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type TypeDeclaration Modifier and Type Method Description TJavaSwitch. caseTypeDeclaration(TypeDeclaration object)Returns the result of interpreting the object as an instance of 'Type Declaration'.