static Query.Builder |
Query.builder() |
Obtain a new Builder for constructing a query instance.
|
Query.Builder |
Query.Builder.language(@NotNull Language language) |
Sets the programming language associated with the query.
|
Query.Builder |
Query.Builder.pattern() |
Removes all currently specified query patterns.
|
Query.Builder |
Query.Builder.pattern(@NotNull String pattern) |
Adds a symbolic expression to the collection of
patterns that the query will use to match nodes.
|
Query.Builder |
Query.Builder.patterns(@NotNull String... patterns) |
Adds multiple symbolic expressions to the collection of
patterns that the query will use to match nodes.
|
Query.Builder |
Query.Builder.patterns(@NotNull List<@NotNull String> patterns) |
Sets the collection of patterns that the Query will use to match nodes.
|
Query.Builder |
Query.toBuilder() |
Obtain a new Builder initialized with the current query settings.
|