Uses of Interface
org.eclipse.xtend.lib.macro.declaration.EnumerationTypeDeclaration
Packages that use EnumerationTypeDeclaration
Package
Description
-
Uses of EnumerationTypeDeclaration in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type EnumerationTypeDeclarationModifier and TypeMethodDescriptionvoidAbstractEnumerationTypeProcessor.doGenerateCode(EnumerationTypeDeclaration annotatedEnumerationType, CodeGenerationContext context) Called during code generation.voidAbstractEnumerationTypeProcessor.doRegisterGlobals(EnumerationTypeDeclaration annotatedEnumerationType, RegisterGlobalsContext context) Called during global symbol collecting.voidAbstractEnumerationTypeProcessor.doValidate(EnumerationTypeDeclaration annotatedEnumerationType, ValidationContext context) Invoked by the validatorMethod parameters in org.eclipse.xtend.lib.macro with type arguments of type EnumerationTypeDeclarationModifier and TypeMethodDescriptionvoidAbstractEnumerationTypeProcessor.doGenerateCode(List<? extends EnumerationTypeDeclaration> annotatedSourceElements, CodeGenerationContext context) voidAbstractEnumerationTypeProcessor.doRegisterGlobals(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes, RegisterGlobalsContext context) voidAbstractEnumerationTypeProcessor.doValidate(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes, ValidationContext context) -
Uses of EnumerationTypeDeclaration in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of EnumerationTypeDeclaration in org.eclipse.xtend.lib.macro.declarationMethods in org.eclipse.xtend.lib.macro.declaration that return EnumerationTypeDeclarationMethods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type EnumerationTypeDeclarationModifier and TypeMethodDescriptionIterable<? extends EnumerationTypeDeclaration> TypeDeclaration.getDeclaredEnumerationTypes() -
Uses of EnumerationTypeDeclaration in org.eclipse.xtend.lib.macro.services
Methods in org.eclipse.xtend.lib.macro.services that return EnumerationTypeDeclarationModifier and TypeMethodDescriptionSourceTypeLookup.findSourceEnumerationType(String qualifiedName)