public class GroovydocManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DOC_COMMENT |
Constructor and Description |
---|
GroovydocManager(boolean groovydocEnabled,
boolean runtimeGroovydocEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
handle(ASTNode node,
GroovyParser.GroovyParserRuleContext ctx)
Attach doc comment to member node as meta data
|
public static final String DOC_COMMENT
public GroovydocManager(boolean groovydocEnabled, boolean runtimeGroovydocEnabled)
public void handle(ASTNode node, GroovyParser.GroovyParserRuleContext ctx)