public static class MemberResolver.Method extends 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)
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.