public static class ReflectionUtils.Method extends Object
| Modifier and Type | Field and Description |
|---|---|
Class<?>[] |
args |
boolean |
isStatic |
String |
name |
Class<?> |
owner |
Class<?> |
returnType |
| Constructor and Description |
|---|
Method(Class<?> owner,
String name,
boolean isStatic,
Class<?> returnType,
Class<?>[] args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
org.objectweb.asm.Type |
getMethodType() |
org.objectweb.asm.tree.MethodInsnNode |
toMethodInsnNode() |
Copyright © 2016–2017. All rights reserved.