public static class MemberResolver.Method extends Object
Modifier and Type | Field | Description |
---|---|---|
CtClass |
declaring |
|
MethodInfo |
info |
|
int |
notmatch |
Constructor | Description |
---|---|
Method(CtClass c,
MethodInfo i,
int n) |
Modifier and Type | Method | 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)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.