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