Package javassist.compiler
Class MemberResolver.Method
- java.lang.Object
-
- javassist.compiler.MemberResolver.Method
-
- Enclosing class:
- MemberResolver
public static class MemberResolver.Method extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CtClass
declaring
MethodInfo
info
int
notmatch
-
Constructor Summary
Constructors Constructor Description Method(CtClass c, MethodInfo i, int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isStatic()
Returns true if the invoked method is static.
-
-
-
Field Detail
-
declaring
public CtClass declaring
-
info
public MethodInfo info
-
notmatch
public int notmatch
-
-
Constructor Detail
-
Method
public Method(CtClass c, MethodInfo i, int n)
-
-