Uses of Interface
org.eclipse.xtend.lib.macro.declaration.ResolvedMethod
Packages that use ResolvedMethod
-
Uses of ResolvedMethod in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type ResolvedMethodModifier and TypeMethodDescriptionIterable<? extends ResolvedMethod> TypeReference.getAllResolvedMethods()Computes all the resolved methods that can be called on this type, either because they were declared directly by the type or by one of its supertypes.Iterable<? extends ResolvedMethod> TypeReference.getDeclaredResolvedMethods()