Uses of Interface
org.eclipse.xtend.lib.macro.declaration.MutableFieldDeclaration
Packages that use MutableFieldDeclaration
-
Uses of MutableFieldDeclaration in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type MutableFieldDeclarationModifier and TypeMethodDescriptionvoidAbstractFieldProcessor.doTransform(MutableFieldDeclaration annotatedField, TransformationContext context) Method parameters in org.eclipse.xtend.lib.macro with type arguments of type MutableFieldDeclarationModifier and TypeMethodDescriptionvoidAbstractFieldProcessor.doTransform(List<? extends MutableFieldDeclaration> annotatedfields, TransformationContext context) -
Uses of MutableFieldDeclaration in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return MutableFieldDeclarationModifier and TypeMethodDescriptionMutableTypeDeclaration.addField(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableFieldDeclaration> initializer) Adds a new field with the given name.MutableTypeDeclaration.findDeclaredField(String name) Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type MutableFieldDeclarationModifier and TypeMethodDescriptionIterable<? extends MutableFieldDeclaration> MutableTypeDeclaration.getDeclaredFields()Method parameters in org.eclipse.xtend.lib.macro.declaration with type arguments of type MutableFieldDeclarationModifier and TypeMethodDescriptionMutableTypeDeclaration.addField(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableFieldDeclaration> initializer) Adds a new field with the given name.