Modifier and Type | Method and Description |
---|---|
protected abstract MethodAccess<C> |
AbstractClassAccess.constructMethodAccess(Method method) |
MethodAccess<C> |
AbstractClassAccess.getDeclaredMethodAccess(Method m) |
MethodAccess<C>[] |
AbstractClassAccess.getDeclaredMethodAccessors() |
Modifier and Type | Method and Description |
---|---|
MethodAccess<C> |
ClassAccess.getDeclaredMethodAccess(Method m)
Get a method accessor for the given method
|
MethodAccess<C>[] |
ClassAccess.getDeclaredMethodAccessors()
Gets a method accessor for each method in the class
|
Modifier and Type | Class and Description |
---|---|
class |
AsmMethodAccess<C> |
Modifier and Type | Method and Description |
---|---|
protected MethodAccess<C> |
AsmClassAccess.constructMethodAccess(Method method) |
Modifier and Type | Class and Description |
---|---|
class |
InvokeDynamicMethodAccess<C> |
Modifier and Type | Method and Description |
---|---|
protected MethodAccess<C> |
InvokeDynamicClassAccess.constructMethodAccess(Method method) |
Modifier and Type | Class and Description |
---|---|
class |
PortableMethodAccess<C> |
Modifier and Type | Method and Description |
---|---|
protected MethodAccess<C> |
PortableClassAccess.constructMethodAccess(Method method) |
Modifier and Type | Method and Description |
---|---|
protected MethodAccess<C> |
UnsafeClassAccess.constructMethodAccess(Method method) |
Copyright © 2010–2018 Jadira Systems. All rights reserved.