Interface SourceNodesQuery
-
- All Superinterfaces:
Query
- All Known Implementing Classes:
QueryProviderBase.Defaults
public interface SourceNodesQuery extends Query
Executes a query producing a sequence of nodes to use as input.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SNode>evaluate(SourceSubstituteMacroNodesContext context)
-
-
-
Method Detail
-
evaluate
@NotNull Collection<SNode> evaluate(@NotNull SourceSubstituteMacroNodesContext context) throws GenerationFailureException
- Throws:
GenerationFailureException
-
-