Uses of Interface
org.eclipse.gmt.modisco.java.BodyDeclaration
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of BodyDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of BodyDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceAbstractMethodDeclarationA representation of the model object 'Abstract Method Declaration'.interfaceAbstractTypeDeclarationA representation of the model object 'Abstract Type Declaration'.interfaceAnnotationTypeDeclarationA representation of the model object 'Annotation Type Declaration'.interfaceAnnotationTypeMemberDeclarationA representation of the model object 'Annotation Type Member Declaration'.interfaceClassDeclarationA representation of the model object 'Class Declaration'.interfaceConstructorDeclarationA representation of the model object 'Constructor Declaration'.interfaceEnumConstantDeclarationA representation of the model object 'Enum Constant Declaration'.interfaceEnumDeclarationA representation of the model object 'Enum Declaration'.interfaceFieldDeclarationA representation of the model object 'Field Declaration'.interfaceInitializerA representation of the model object 'Initializer'.interfaceInterfaceDeclarationA representation of the model object 'Interface Declaration'.interfaceMethodDeclarationA representation of the model object 'Method Declaration'.interfaceTypeDeclarationA representation of the model object 'Type Declaration'.interfaceUnresolvedAnnotationDeclarationA representation of the model object 'Unresolved Annotation Declaration'.interfaceUnresolvedAnnotationTypeMemberDeclarationA representation of the model object 'Unresolved Annotation Type Member 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'.interfaceUnresolvedMethodDeclarationA representation of the model object 'Unresolved Method Declaration'.interfaceUnresolvedTypeDeclarationA representation of the model object 'Unresolved Type Declaration'.Methods in org.eclipse.gmt.modisco.java that return BodyDeclaration Modifier and Type Method Description BodyDeclarationModifier. getBodyDeclaration()Returns the value of the 'Body Declaration' container reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type BodyDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<BodyDeclaration>AbstractTypeDeclaration. getBodyDeclarations()Returns the value of the 'Body Declarations' containment reference list.org.eclipse.emf.common.util.EList<BodyDeclaration>AnonymousClassDeclaration. getBodyDeclarations()Returns the value of the 'Body Declarations' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type BodyDeclaration Modifier and Type Method Description voidModifier. setBodyDeclaration(BodyDeclaration value)Sets the value of the 'Body Declaration' container reference. -
Uses of BodyDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement BodyDeclaration Modifier and Type Class Description classAbstractMethodDeclarationImplAn implementation of the model object 'Abstract Method Declaration'.classAbstractTypeDeclarationImplAn implementation of the model object 'Abstract Type Declaration'.classAnnotationTypeDeclarationImplAn implementation of the model object 'Annotation Type Declaration'.classAnnotationTypeMemberDeclarationImplAn implementation of the model object 'Annotation Type Member Declaration'.classBodyDeclarationImplAn implementation of the model object 'Body Declaration'.classClassDeclarationImplAn implementation of the model object 'Class Declaration'.classConstructorDeclarationImplAn implementation of the model object 'Constructor Declaration'.classEnumConstantDeclarationImplAn implementation of the model object 'Enum Constant Declaration'.classEnumDeclarationImplAn implementation of the model object 'Enum Declaration'.classFieldDeclarationImplAn implementation of the model object 'Field Declaration'.classInitializerImplAn implementation of the model object 'Initializer'.classInterfaceDeclarationImplAn implementation of the model object 'Interface Declaration'.classMethodDeclarationImplAn implementation of the model object 'Method Declaration'.classTypeDeclarationImplAn implementation of the model object 'Type Declaration'.classUnresolvedAnnotationDeclarationImplAn implementation of the model object 'Unresolved Annotation Declaration'.classUnresolvedAnnotationTypeMemberDeclarationImplAn implementation of the model object 'Unresolved Annotation Type Member 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'.classUnresolvedMethodDeclarationImplAn implementation of the model object 'Unresolved Method Declaration'.classUnresolvedTypeDeclarationImplAn implementation of the model object 'Unresolved Type Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return BodyDeclaration Modifier and Type Method Description BodyDeclarationModifierImpl. getBodyDeclaration()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type BodyDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<BodyDeclaration>AbstractTypeDeclarationImpl. getBodyDeclarations()org.eclipse.emf.common.util.EList<BodyDeclaration>AnonymousClassDeclarationImpl. getBodyDeclarations()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type BodyDeclaration Modifier and Type Method Description voidModifierImpl. setBodyDeclaration(BodyDeclaration newBodyDeclaration) -
Uses of BodyDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type BodyDeclaration Modifier and Type Method Description TJavaSwitch. caseBodyDeclaration(BodyDeclaration object)Returns the result of interpreting the object as an instance of 'Body Declaration'.