Package javassist.compiler
Class MemberResolver.Method
java.lang.Object
javassist.compiler.MemberResolver.Method
- Enclosing class:
MemberResolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isStatic()
Returns true if the invoked method is static.
-
Field Details
-
declaring
-
info
-
notmatch
public int notmatch
-
-
Constructor Details
-
Method
-
-
Method Details
-
isStatic
public boolean isStatic()Returns true if the invoked method is static.
-