Uses of Interface
org.eclipse.xtend.lib.macro.declaration.Type
Packages that use Type
-
Uses of Type in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of Type in org.eclipse.xtend.lib.macro.declarationModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceA mutable type declaration.interfaceinterfaceinterfaceinterfaceinterfaceMethods in org.eclipse.xtend.lib.macro.declaration that return TypeMethods in org.eclipse.xtend.lib.macro.declaration with parameters of type TypeModifier and TypeMethodDescriptionAnnotationTarget.findAnnotation(Type annotationType) booleanType.isAssignableFrom(Type otherType) Determines if the type represented by thisTypeobject is either the same as, or is a supertype of, the type represented by the specifiedTypeparameter. -
Uses of Type in org.eclipse.xtend.lib.macro.services
Methods in org.eclipse.xtend.lib.macro.services that return TypeModifier and TypeMethodDescriptionGlobalTypeLookup.findTypeGlobally(Class<?> clazz) GlobalTypeLookup.findTypeGlobally(String typeName) UpstreamTypeLookup.findUpstreamType(Class<?> clazz) UpstreamTypeLookup.findUpstreamType(String typeName) Methods in org.eclipse.xtend.lib.macro.services with parameters of type TypeModifier and TypeMethodDescriptionAnnotationReferenceProvider.newAnnotationReference(Type annotationTypeDelcaration) Creates a new annotation reference for the given type declaration.AnnotationReferenceProvider.newAnnotationReference(Type annotationTypeDelcaration, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<AnnotationReferenceBuildContext> initializer) Creates a new annotation reference for the given type declaration.TypeReferenceProvider.newSelfTypeReference(Type typeDeclaration) Returns a new self type reference for the given typeDeclaration, e.g.TypeReferenceProvider.newTypeReference(Type typeDeclaration, TypeReference... typeArguments) Creates a new type reference for the given typeDeclaration and the type arguments.