|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.compiler.MemberResolver.Method
public static class MemberResolver.Method
Field Summary | |
---|---|
CtClass |
declaring
|
MethodInfo |
info
|
int |
notmatch
|
Constructor Summary | |
---|---|
MemberResolver.Method(CtClass c,
MethodInfo i,
int n)
|
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 |
Field Detail |
---|
public CtClass declaring
public MethodInfo info
public int notmatch
Constructor Detail |
---|
public MemberResolver.Method(CtClass c, MethodInfo i, int n)
Method Detail |
---|
public boolean isStatic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |