Uses of Interface
org.eclipse.xtend.lib.macro.declaration.MutableConstructorDeclaration
Packages that use MutableConstructorDeclaration
-
Uses of MutableConstructorDeclaration in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type MutableConstructorDeclarationModifier and TypeMethodDescriptionvoidAbstractConstructorProcessor.doTransform(MutableConstructorDeclaration annotatedConstructor, TransformationContext context) Method parameters in org.eclipse.xtend.lib.macro with type arguments of type MutableConstructorDeclarationModifier and TypeMethodDescriptionvoidAbstractConstructorProcessor.doTransform(List<? extends MutableConstructorDeclaration> annotatedConstructors, TransformationContext context) -
Uses of MutableConstructorDeclaration in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return MutableConstructorDeclarationModifier and TypeMethodDescriptionMutableTypeDeclaration.addConstructor(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableConstructorDeclaration> initializer) Adds a new constructor to this type declaration.MutableTypeDeclaration.findDeclaredConstructor(TypeReference... parameterTypes) Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type MutableConstructorDeclarationModifier and TypeMethodDescriptionIterable<? extends MutableConstructorDeclaration> MutableTypeDeclaration.getDeclaredConstructors()Method parameters in org.eclipse.xtend.lib.macro.declaration with type arguments of type MutableConstructorDeclarationModifier and TypeMethodDescriptionMutableTypeDeclaration.addConstructor(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableConstructorDeclaration> initializer) Adds a new constructor to this type declaration.