Groovy Documentation

simplejpa.ast
[Groovy] Class AstUtils

java.lang.Object
  simplejpa.ast.AstUtils

class AstUtils
extends Object

Constructor Summary
AstUtils()

 
Method Summary
static List getMemberList(AnnotationNode anno, String name)

static String getMemberStringValue(AnnotationNode node, String name)

static boolean isValidMethod(GriffonClassUtils.MethodDescriptor method)

static boolean isValidMethod(MethodNode methodNode)

static GriffonClassUtils.MethodDescriptor methodDescriptorFor(MethodNode method)

 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstUtils

AstUtils()


 
Method Detail

getMemberList

static List getMemberList(AnnotationNode anno, String name)


getMemberStringValue

static String getMemberStringValue(AnnotationNode node, String name)


isValidMethod

static boolean isValidMethod(GriffonClassUtils.MethodDescriptor method)


isValidMethod

static boolean isValidMethod(MethodNode methodNode)


methodDescriptorFor

static GriffonClassUtils.MethodDescriptor methodDescriptorFor(MethodNode method)


 

Groovy Documentation