Uses of Record Class
org.ek9lang.compiler.search.MethodSearchInScope
Packages that use MethodSearchInScope
Package
Description
G - Full Symbol Resolution can now take place.
Used primarily to hold structures that are related to searching for symbols.
-
Uses of MethodSearchInScope in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type MethodSearchInScopeModifier and TypeClassDescription(package private) final class
Given a search for a method from an aggregate - and include supers/traits etc, this function will try and locate the method.Methods in org.ek9lang.compiler.phase3 with parameters of type MethodSearchInScopeModifier and TypeMethodDescriptionResolveMethodOrError.apply
(IToken errorLocation, MethodSearchInScope searchOnAggregate) -
Uses of MethodSearchInScope in org.ek9lang.compiler.search
Classes in org.ek9lang.compiler.search that implement interfaces with type arguments of type MethodSearchInScopeModifier and TypeClassDescriptionclass
Just uses the name of a method in the search, to get a list of all possible method name.Methods in org.ek9lang.compiler.search with parameters of type MethodSearchInScopeModifier and TypeMethodDescriptionPossibleMatchingMethods.apply
(MethodSearchInScope searchOnAggregate)