Uses of Interface
org.eclipse.xtend.lib.macro.declaration.TypeDeclaration
Packages that use TypeDeclaration
-
Uses of TypeDeclaration in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of TypeDeclaration in org.eclipse.xtend.lib.macro.declarationModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceA mutable type declaration.Methods in org.eclipse.xtend.lib.macro.declaration that return TypeDeclarationModifier and TypeMethodDescriptionTypeDeclaration.findDeclaredType(String name) MemberDeclaration.getDeclaringType()Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type TypeDeclarationModifier and TypeMethodDescriptionIterable<? extends TypeDeclaration> TypeDeclaration.getDeclaredTypes()Iterable<? extends TypeDeclaration> CompilationUnit.getSourceTypeDeclarations()