Uses of Interface
org.eclipse.xtend.lib.macro.declaration.ConstructorDeclaration
Packages that use ConstructorDeclaration
-
Uses of ConstructorDeclaration in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidAbstractConstructorProcessor.doGenerateCode(ConstructorDeclaration annotatedConstructor, CodeGenerationContext context) voidAbstractConstructorProcessor.doRegisterGlobals(ConstructorDeclaration annotatedConstructor, RegisterGlobalsContext context) voidAbstractConstructorProcessor.doValidate(ConstructorDeclaration annotatedConstructor, ValidationContext context) Invoked by the validatorMethod parameters in org.eclipse.xtend.lib.macro with type arguments of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidAbstractConstructorProcessor.doGenerateCode(List<? extends ConstructorDeclaration> annotatedConstructors, CodeGenerationContext context) voidAbstractConstructorProcessor.doRegisterGlobals(List<? extends ConstructorDeclaration> annotatedConstructors, RegisterGlobalsContext context) voidAbstractConstructorProcessor.doValidate(List<? extends ConstructorDeclaration> annotatedConstructors, ValidationContext context) -
Uses of ConstructorDeclaration in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of ConstructorDeclaration in org.eclipse.xtend.lib.macro.declarationModifier and TypeInterfaceDescriptioninterfaceA mutable constructor declarationMethods in org.eclipse.xtend.lib.macro.declaration that return ConstructorDeclarationModifier and TypeMethodDescriptionTypeDeclaration.findDeclaredConstructor(TypeReference... parameterTypes) ResolvedConstructor.getDeclaration()Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type ConstructorDeclarationModifier and TypeMethodDescriptionIterable<? extends ConstructorDeclaration> TypeDeclaration.getDeclaredConstructors()Methods in org.eclipse.xtend.lib.macro.declaration with parameters of type ConstructorDeclarationModifier and TypeMethodDescriptionvoidMutableFieldDeclaration.markAsInitializedBy(ConstructorDeclaration constructorDeclaration) Indicate that this field is properly initialized by the given constructor.