Uses of Interface
org.inferred.freebuilder.processor.model.MethodIntrospector.OwnMethodInvocationVisitor
Packages that use MethodIntrospector.OwnMethodInvocationVisitor
Package
Description
-
Uses of MethodIntrospector.OwnMethodInvocationVisitor in org.inferred.freebuilder.processor.model
Methods in org.inferred.freebuilder.processor.model with parameters of type MethodIntrospector.OwnMethodInvocationVisitorModifier and TypeMethodDescriptionvoidMethodIntrospector.NoMethodIntrospector.visitAllOwnMethodInvocations(ExecutableElement method, MethodIntrospector.OwnMethodInvocationVisitor visitor) abstract voidMethodIntrospector.visitAllOwnMethodInvocations(ExecutableElement method, MethodIntrospector.OwnMethodInvocationVisitor visitor) Callsvisitorwith every method invoked onthisin the given method, if method introspection is supported on this compiler. -
Uses of MethodIntrospector.OwnMethodInvocationVisitor in org.inferred.freebuilder.processor.model.javac
Methods in org.inferred.freebuilder.processor.model.javac with parameters of type MethodIntrospector.OwnMethodInvocationVisitorModifier and TypeMethodDescriptionvoidJavacMethodIntrospector.visitAllOwnMethodInvocations(ExecutableElement method, MethodIntrospector.OwnMethodInvocationVisitor visitor)