Class ResolvedImpl.Match
Object
gudusoft.gsqlparser.resolver2.scope.ResolvedImpl.Match
- Enclosing class:
- ResolvedImpl
Represents a single match found during resolution
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatch(INamespace namespace, boolean nullable, IScope scope, ResolvePath path, List<String> remainingNames) -
Method Summary
-
Field Details
-
namespace
-
nullable
-
scope
-
path
-
remainingNames
-
-
Constructor Details
-
Match
public Match(INamespace namespace, boolean nullable, IScope scope, ResolvePath path, List<String> remainingNames)
-
-
Method Details