Interface SourceNodeQuery
- 
- All Superinterfaces:
 Query
- All Known Implementing Classes:
 QueryProviderBase.Defaults
public interface SourceNodeQuery extends Query
Executes a query producing a single node to use as a new input node. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNodeevaluate(SourceSubstituteMacroNodeContext context) 
 - 
 
- 
- 
Method Detail
- 
evaluate
@Nullable SNode evaluate(@NotNull SourceSubstituteMacroNodeContext context) throws GenerationFailureException
- Throws:
 GenerationFailureException
 
 - 
 
 -