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