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.visitField(IrDocField elem,
P context)
Processes
IrDocField . |
Modifier and Type | Method and Description |
---|---|
IrDocField |
JavadocBlockParser.fetchField(JavadocScanner scanner)
Consumes tokens from the scanner and returns the corresponded field.
|
static IrDocField |
JavadocBlockParserUtil.fetchField(JavadocScanner scanner,
Set<JavadocTokenKind> follow)
Consumes tokens from the scanner and returns the corresponded field.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.