public class PluginAstReader extends Object
Reads plugin info from the AST
Modifiers | Name | Description |
---|---|---|
protected class |
PluginAstReader.BasicGrailsPluginInfo |
Simple Javabean implementation of the GrailsPluginInfo interface. |
Constructor and description |
---|
PluginAstReader() |
Type Params | Return Type | Name and description |
---|---|---|
|
public GrailsPluginInfo |
getPluginInfo() |
|
protected SourceUnit |
getSourceUnit() |
|
public GrailsPluginInfo |
readPluginInfo(ClassNode classNode) |
|
protected void |
visitContents(String className, ClassNode classNode) |
|
public void |
visitProperty(PropertyNode node) |