Package spoon.reflect.visitor.filter
Class OverriddenMethodQuery
java.lang.Object
spoon.reflect.visitor.filter.OverriddenMethodQuery
- All Implemented Interfaces:
CtConsumableFunction<CtMethod<?>>
Gets all overridden method from the method given.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(CtMethod<?> input, CtConsumer<Object> outputConsumer) Evaluates the function on the given input.
-
Constructor Details
-
OverriddenMethodQuery
public OverriddenMethodQuery()
-
-
Method Details
-
apply
Description copied from interface:CtConsumableFunctionEvaluates the function on the given input.- Specified by:
applyin interfaceCtConsumableFunction<CtMethod<?>>- Parameters:
input- the input of the functionoutputConsumer- the consumer which accepts the results of this function.
-