public static class MemberResolver.Method
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CtClass |
declaring |
MethodInfo |
info |
int |
notmatch |
Constructor and Description |
---|
Method(CtClass c,
MethodInfo i,
int n) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStatic()
Returns true if the invoked method is static.
|
public CtClass declaring
public MethodInfo info
public int notmatch
public Method(CtClass c, MethodInfo i, int n)