Uses of Interface
spoon.reflect.visitor.chain.CtQueryAware
Package
Description
This package contains a set of useful filters when querying the model.
-
Uses of CtQueryAware in spoon.reflect.visitor.filter
Modifier and TypeClassDescriptionclass
Returns all methods/lambdas with same signature in related inheritance hierarchies.class
ExpectsCtType
as input and produces allCtTypeMember
s declared in input class or any super class or super interface.class
Returns all children of an element.class
This Function expects aCtElement
as input and returns all parents of this element.class
This mapping function searches for allCtVariable
instances, which might be a declaration of an inputCtElement
.class
Expects aCtTypeInformation
as input and produces all sub classes and sub interfaces recursively.
The output is produced in arbitrary order.class
Expects aCtTypeInformation
as input and produces all super classes and super interfaces recursively.
The output is produced in following order: input type.