Uses of Interface
org.eclipse.xtend.lib.macro.declaration.MutableMethodDeclaration
Packages that use MutableMethodDeclaration
-
Uses of MutableMethodDeclaration in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type MutableMethodDeclarationModifier and TypeMethodDescriptionvoidAbstractMethodProcessor.doTransform(MutableMethodDeclaration annotatedMethod, TransformationContext context) Method parameters in org.eclipse.xtend.lib.macro with type arguments of type MutableMethodDeclarationModifier and TypeMethodDescriptionvoidAbstractMethodProcessor.doTransform(List<? extends MutableMethodDeclaration> annotatedMethods, TransformationContext context) -
Uses of MutableMethodDeclaration in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return MutableMethodDeclarationModifier and TypeMethodDescriptionMutableTypeDeclaration.addMethod(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableMethodDeclaration> initializer) Adds a new method with the given name to this type declaration.MutableTypeDeclaration.findDeclaredMethod(String name, TypeReference... parameterTypes) Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type MutableMethodDeclarationModifier and TypeMethodDescriptionIterable<? extends MutableMethodDeclaration> MutableTypeDeclaration.getDeclaredMethods()Method parameters in org.eclipse.xtend.lib.macro.declaration with type arguments of type MutableMethodDeclarationModifier and TypeMethodDescriptionMutableTypeDeclaration.addMethod(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableMethodDeclaration> initializer) Adds a new method with the given name to this type declaration.