Package | Description |
---|---|
com.asakusafw.utils.java.internal.parser.javadoc.ir |
Internal representation of Java documentation comments.
|
com.asakusafw.utils.java.parser.javadoc |
Parses Java documentation comments and converts them to Java DOMs.
|
Modifier and Type | Method and Description |
---|---|
R |
IrDocElementVisitor.visitMethod(IrDocMethod elem,
P context)
Processes
IrDocMethod . |
Modifier and Type | Method and Description |
---|---|
IrDocMethod |
JavadocBlockParser.fetchMethod(JavadocScanner scanner)
Consumes tokens from the scanner and returns the corresponded method or constructor.
|
static IrDocMethod |
JavadocBlockParserUtil.fetchMethod(JavadocScanner scanner,
Set<JavadocTokenKind> follow)
Consumes tokens from the scanner and returns the corresponded method or constructor.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.