org.codehaus.groovy.runtime
Class MethodHelper

public class MethodHelper
Some reflection helper methods
SinceNot specified.
Version$Revision:
Author<a href="mailto:james@coredevelopers.net">James Strachan</a>
Wiki javadoc Use textile entry format.
Add your comments here.
Constructor Summary
MethodHelper()
No description provided.
Method Summary
static boolean isPublic( Method method )
No description provided.
static boolean isStatic( Method method )
No description provided.
MethodHelper
public MethodHelper ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
isPublic
public static boolean isPublic ( Method method )
No description provided.
Parameters
TypeNameDescription
Method method No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
isStatic
public static boolean isStatic ( Method method )
No description provided.
Parameters
TypeNameDescription
Method method No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.