Interface | Description |
---|---|
CtConsumableFunction<T> |
Represents a function, as
CtFunction . |
CtConsumer<T> |
The functional interface used to receive objects.
|
CtFunction<T,R> |
Abstraction for functions in the Spoon realm.
|
CtQuery |
CtQuery represents a query, which can be used to traverse a spoon model and collect
children elements in several ways.
|
CtQueryable |
Represents an object on which one can make queries.
|
CtQueryAware |
Expert-only capability interface so as to write advanced
CtFunction and Filter
that need to access the state of the top-level CtQuery instance
containing the function to be evaluated. |
CtScannerListener |
Responsible for performing an action when a scanner enters/exits a node while scanning the AST.
|
Class | Description |
---|---|
CtQueryImpl |
Enum | Description |
---|---|
QueryFailurePolicy |
Use in
CtQuery.failurePolicy(QueryFailurePolicy) to define how to handle failure |
ScanningMode |
Defines how a
CtScannerListener drives the scanning of EarlyTerminatingScanner |
Copyright © 2007–2021 Inria. All rights reserved.