Class MethodHelper

java.lang.Object
org.codehaus.groovy.runtime.metaclass.MethodHelper

public class MethodHelper
extends java.lang.Object
Some reflection helper methods
  • Constructor Summary

    Constructors
    Constructor Description
    MethodHelper()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isPublic​(java.lang.reflect.Method method)  
    static boolean isStatic​(java.lang.reflect.Method method)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MethodHelper

      public MethodHelper()
  • Method Details

    • isStatic

      public static boolean isStatic​(java.lang.reflect.Method method)
    • isPublic

      public static boolean isPublic​(java.lang.reflect.Method method)