public static class ResolvedImpl.Match extends Object
| Modifier and Type | Field and Description |
|---|---|
INamespace |
namespace |
boolean |
nullable |
ResolvePath |
path |
List<String> |
remainingNames |
IScope |
scope |
| Constructor and Description |
|---|
Match(INamespace namespace,
boolean nullable,
IScope scope,
ResolvePath path,
List<String> remainingNames) |
public final INamespace namespace
public final boolean nullable
public final ResolvePath path
public final List<String> remainingNames
public Match(INamespace namespace, boolean nullable, IScope scope, ResolvePath path, List<String> remainingNames)