Uses of Interface
org.eclipse.gmt.modisco.java.AbstractTypeDeclaration
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of AbstractTypeDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of AbstractTypeDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceAnnotationTypeDeclarationA representation of the model object 'Annotation Type Declaration'.interfaceClassDeclarationA representation of the model object 'Class Declaration'.interfaceEnumDeclarationA representation of the model object 'Enum Declaration'.interfaceInterfaceDeclarationA representation of the model object 'Interface Declaration'.interfaceTypeDeclarationA representation of the model object 'Type Declaration'.interfaceUnresolvedAnnotationDeclarationA representation of the model object 'Unresolved Annotation Declaration'.interfaceUnresolvedClassDeclarationA representation of the model object 'Unresolved Class Declaration'.interfaceUnresolvedEnumDeclarationA representation of the model object 'Unresolved Enum Declaration'.interfaceUnresolvedInterfaceDeclarationA representation of the model object 'Unresolved Interface Declaration'.interfaceUnresolvedTypeDeclarationA representation of the model object 'Unresolved Type Declaration'.Methods in org.eclipse.gmt.modisco.java that return AbstractTypeDeclaration Modifier and Type Method Description AbstractTypeDeclarationBodyDeclaration. getAbstractTypeDeclaration()Returns the value of the 'Abstract Type Declaration' container reference.AbstractTypeDeclarationTypeDeclarationStatement. getDeclaration()Returns the value of the 'Declaration' containment reference.AbstractTypeDeclarationClassFile. getType()Returns the value of the 'Type' reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type AbstractTypeDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractTypeDeclaration>Package. getOwnedElements()Returns the value of the 'Owned Elements' containment reference list.org.eclipse.emf.common.util.EList<AbstractTypeDeclaration>CompilationUnit. getTypes()Returns the value of the 'Types' reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type AbstractTypeDeclaration Modifier and Type Method Description voidBodyDeclaration. setAbstractTypeDeclaration(AbstractTypeDeclaration value)Sets the value of the 'Abstract Type Declaration' container reference.voidTypeDeclarationStatement. setDeclaration(AbstractTypeDeclaration value)Sets the value of the 'Declaration' containment reference.voidClassFile. setType(AbstractTypeDeclaration value)Sets the value of the 'Type' reference. -
Uses of AbstractTypeDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement AbstractTypeDeclaration Modifier and Type Class Description classAbstractTypeDeclarationImplAn implementation of the model object 'Abstract Type Declaration'.classAnnotationTypeDeclarationImplAn implementation of the model object 'Annotation Type Declaration'.classClassDeclarationImplAn implementation of the model object 'Class Declaration'.classEnumDeclarationImplAn implementation of the model object 'Enum Declaration'.classInterfaceDeclarationImplAn implementation of the model object 'Interface Declaration'.classTypeDeclarationImplAn implementation of the model object 'Type Declaration'.classUnresolvedAnnotationDeclarationImplAn implementation of the model object 'Unresolved Annotation Declaration'.classUnresolvedClassDeclarationImplAn implementation of the model object 'Unresolved Class Declaration'.classUnresolvedEnumDeclarationImplAn implementation of the model object 'Unresolved Enum Declaration'.classUnresolvedInterfaceDeclarationImplAn implementation of the model object 'Unresolved Interface Declaration'.classUnresolvedTypeDeclarationImplAn implementation of the model object 'Unresolved Type Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return AbstractTypeDeclaration Modifier and Type Method Description AbstractTypeDeclarationBodyDeclarationImpl. getAbstractTypeDeclaration()AbstractTypeDeclarationTypeDeclarationStatementImpl. getDeclaration()AbstractTypeDeclarationClassFileImpl. getType()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type AbstractTypeDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractTypeDeclaration>PackageImpl. getOwnedElements()org.eclipse.emf.common.util.EList<AbstractTypeDeclaration>CompilationUnitImpl. getTypes()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type AbstractTypeDeclaration Modifier and Type Method Description voidBodyDeclarationImpl. setAbstractTypeDeclaration(AbstractTypeDeclaration newAbstractTypeDeclaration)voidTypeDeclarationStatementImpl. setDeclaration(AbstractTypeDeclaration newDeclaration)voidClassFileImpl. setType(AbstractTypeDeclaration newType) -
Uses of AbstractTypeDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type AbstractTypeDeclaration Modifier and Type Method Description TJavaSwitch. caseAbstractTypeDeclaration(AbstractTypeDeclaration object)Returns the result of interpreting the object as an instance of 'Abstract Type Declaration'.