public static interface QueryEnvironment.TargetEvaluator
QueryTarget. This evaluation can either
happen immediately at parse time or be delayed until evalution of the entire query.| Modifier and Type | Interface and Description |
|---|---|
static class |
QueryEnvironment.TargetEvaluator.Type |
| Modifier and Type | Method and Description |
|---|---|
Set<QueryTarget> |
evaluateTarget(String target)
Returns the set of target nodes for the specified target pattern, in 'buck build' syntax.
|
QueryEnvironment.TargetEvaluator.Type |
getType() |
Set<QueryTarget> evaluateTarget(String target) throws QueryException
QueryExceptionQueryEnvironment.TargetEvaluator.Type getType()