Uses of Interface
org.inferred.freebuilder.processor.model.MethodIntrospector.OwnMethodInvocationVisitor
-
Packages that use MethodIntrospector.OwnMethodInvocationVisitor Package Description org.inferred.freebuilder.processor.model org.inferred.freebuilder.processor.model.javac -
-
Uses of MethodIntrospector.OwnMethodInvocationVisitor in org.inferred.freebuilder.processor.model
Methods in org.inferred.freebuilder.processor.model with parameters of type MethodIntrospector.OwnMethodInvocationVisitor Modifier and Type Method Description voidMethodIntrospector.NoMethodIntrospector. visitAllOwnMethodInvocations(javax.lang.model.element.ExecutableElement method, MethodIntrospector.OwnMethodInvocationVisitor visitor)abstract voidMethodIntrospector. visitAllOwnMethodInvocations(javax.lang.model.element.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.OwnMethodInvocationVisitor Modifier and Type Method Description voidJavacMethodIntrospector. visitAllOwnMethodInvocations(javax.lang.model.element.ExecutableElement method, MethodIntrospector.OwnMethodInvocationVisitor visitor)
-