[Java] Class GroovydocManager
- org.apache.groovy.parser.antlr4.GroovydocManager
public class GroovydocManager extends Object
A utilities for managing groovydoc, e.g. 1) extracting groovydoc from groovy AST; 2) TODO extracting tags from groovydoc; 3) attach groovydoc to AST node as metadata
Field Summary
Modifiers | Name | Description |
---|---|---|
static String | DOC_COMMENT |
Constructor Summary
Constructor and description |
---|
GroovydocManager
(boolean groovydocEnabled, boolean runtimeGroovydocEnabled) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
handle(ASTNode node, GroovyParserRuleContext ctx) Attach doc comment to member node as meta data |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public static final String DOC_COMMENT
Constructor Detail
public GroovydocManager(boolean groovydocEnabled, boolean runtimeGroovydocEnabled)
Method Detail
public void handle(ASTNode node, GroovyParserRuleContext ctx)
Attach doc comment to member node as meta data
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/GroovydocManager.html