javassist.compiler
Class MemberResolver.Method
java.lang.Object
javassist.compiler.MemberResolver.Method
- Enclosing class:
- MemberResolver
public static class MemberResolver.Method
- extends Object
Method Summary |
boolean |
isStatic()
Returns true if the invoked method is static. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
declaring
public CtClass declaring
info
public MethodInfo info
notmatch
public int notmatch
MemberResolver.Method
public MemberResolver.Method(CtClass c,
MethodInfo i,
int n)
isStatic
public boolean isStatic()
- Returns true if the invoked method is static.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.