Class MethodHelper

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

public class MethodHelper extends Object
Some reflection helper methods
  • Constructor Details

    • MethodHelper

      public MethodHelper()
  • Method Details

    • isStatic

      public static boolean isStatic(Method method)
    • isPublic

      public static boolean isPublic(Method method)