Uses of Interface
org.eclipse.gmt.modisco.java.AnonymousClassDeclaration
-
Uses of AnonymousClassDeclaration in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return AnonymousClassDeclaration Modifier and Type Method Description AnonymousClassDeclarationClassInstanceCreation. getAnonymousClassDeclaration()Returns the value of the 'Anonymous Class Declaration' containment reference.AnonymousClassDeclarationEnumConstantDeclaration. getAnonymousClassDeclaration()Returns the value of the 'Anonymous Class Declaration' containment reference.AnonymousClassDeclarationBodyDeclaration. getAnonymousClassDeclarationOwner()Returns the value of the 'Anonymous Class Declaration Owner' container reference.Methods in org.eclipse.gmt.modisco.java with parameters of type AnonymousClassDeclaration Modifier and Type Method Description voidClassInstanceCreation. setAnonymousClassDeclaration(AnonymousClassDeclaration value)Sets the value of the 'Anonymous Class Declaration' containment reference.voidEnumConstantDeclaration. setAnonymousClassDeclaration(AnonymousClassDeclaration value)Sets the value of the 'Anonymous Class Declaration' containment reference.voidBodyDeclaration. setAnonymousClassDeclarationOwner(AnonymousClassDeclaration value)Sets the value of the 'Anonymous Class Declaration Owner' container reference. -
Uses of AnonymousClassDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement AnonymousClassDeclaration Modifier and Type Class Description classAnonymousClassDeclarationImplAn implementation of the model object 'Anonymous Class Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return AnonymousClassDeclaration Modifier and Type Method Description AnonymousClassDeclarationJavaFactoryImpl. createAnonymousClassDeclaration()AnonymousClassDeclarationClassInstanceCreationImpl. getAnonymousClassDeclaration()AnonymousClassDeclarationEnumConstantDeclarationImpl. getAnonymousClassDeclaration()AnonymousClassDeclarationBodyDeclarationImpl. getAnonymousClassDeclarationOwner()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type AnonymousClassDeclaration Modifier and Type Method Description voidClassInstanceCreationImpl. setAnonymousClassDeclaration(AnonymousClassDeclaration newAnonymousClassDeclaration)voidEnumConstantDeclarationImpl. setAnonymousClassDeclaration(AnonymousClassDeclaration newAnonymousClassDeclaration)voidBodyDeclarationImpl. setAnonymousClassDeclarationOwner(AnonymousClassDeclaration newAnonymousClassDeclarationOwner) -
Uses of AnonymousClassDeclaration in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return AnonymousClassDeclaration Modifier and Type Method Description AnonymousClassDeclarationJavaFactory. createAnonymousClassDeclaration()Returns a new object of class 'Anonymous Class Declaration'. -
Uses of AnonymousClassDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type AnonymousClassDeclaration Modifier and Type Method Description TJavaSwitch. caseAnonymousClassDeclaration(AnonymousClassDeclaration object)Returns the result of interpreting the object as an instance of 'Anonymous Class Declaration'.