Uses of Interface
org.eclipse.xtend.lib.macro.declaration.InterfaceDeclaration
Packages that use InterfaceDeclaration
Package
Description
-
Uses of InterfaceDeclaration in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type InterfaceDeclarationModifier and TypeMethodDescriptionvoidAbstractInterfaceProcessor.doGenerateCode(InterfaceDeclaration annotatedInterface, CodeGenerationContext context) Called during code generation.voidAbstractInterfaceProcessor.doRegisterGlobals(InterfaceDeclaration annotatedInterface, RegisterGlobalsContext context) Called during global symbol collecting.voidAbstractInterfaceProcessor.doValidate(InterfaceDeclaration annotatedInterface, ValidationContext context) Invoked by the validatorMethod parameters in org.eclipse.xtend.lib.macro with type arguments of type InterfaceDeclarationModifier and TypeMethodDescriptionvoidAbstractInterfaceProcessor.doGenerateCode(List<? extends InterfaceDeclaration> annotatedSourceElements, CodeGenerationContext context) voidAbstractInterfaceProcessor.doRegisterGlobals(List<? extends InterfaceDeclaration> annotatedInterfaces, RegisterGlobalsContext context) voidAbstractInterfaceProcessor.doValidate(List<? extends InterfaceDeclaration> annotatedInterfaces, ValidationContext context) -
Uses of InterfaceDeclaration in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of InterfaceDeclaration in org.eclipse.xtend.lib.macro.declarationMethods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type InterfaceDeclarationModifier and TypeMethodDescriptionIterable<? extends InterfaceDeclaration> TypeDeclaration.getDeclaredInterfaces() -
Uses of InterfaceDeclaration in org.eclipse.xtend.lib.macro.services
Methods in org.eclipse.xtend.lib.macro.services that return InterfaceDeclaration