javassist.compiler
Class MemberResolver.Method

java.lang.Object
  extended by javassist.compiler.MemberResolver.Method
Enclosing class:
MemberResolver

public static class MemberResolver.Method
extends java.lang.Object


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

declaring

public CtClass declaring

info

public MethodInfo info

notmatch

public int notmatch
Constructor Detail

MemberResolver.Method

public MemberResolver.Method(CtClass c,
                             MethodInfo i,
                             int n)
Method Detail

isStatic

public boolean isStatic()
Returns true if the invoked method is static.



Copyright © 2011. All Rights Reserved.