|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.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()
| Method Detail |
|---|
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)
Groovy Documentation