public abstract class MethodIntrospector
extends java.lang.Object
| Constructor and Description |
|---|
MethodIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Set<javax.lang.model.element.Name> |
getOwnMethodInvocations(javax.lang.model.element.ExecutableElement method)
Returns a set of methods which are definitely invoked on
this in the given method,
or the empty set if method introspection is not supported on this compiler. |
static MethodIntrospector |
instance(javax.annotation.processing.ProcessingEnvironment env)
Returns a
MethodIntrospector implementation for the given environment. |
public abstract java.util.Set<javax.lang.model.element.Name> getOwnMethodInvocations(javax.lang.model.element.ExecutableElement method)
this in the given method,
or the empty set if method introspection is not supported on this compiler.public static MethodIntrospector instance(javax.annotation.processing.ProcessingEnvironment env)
MethodIntrospector implementation for the given environment.