Class MethodHelper
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MethodHelper
public class MethodHelper
extends java.lang.Object
Some reflection helper methods
- 
Constructor SummaryConstructors Constructor Description MethodHelper()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
MethodHelperpublic MethodHelper()
 
- 
- 
Method Details- 
isStaticpublic static boolean isStatic(java.lang.reflect.Method method)
- 
isPublicpublic static boolean isPublic(java.lang.reflect.Method method)
 
-