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.visitText(IrDocText elem,
P context)
Processes
IrDocText . |
Modifier and Type | Method and Description |
---|---|
static IrDocText |
JavadocBlockParserUtil.fetchText(JavadocScanner scanner,
boolean trimHead,
boolean trimTail)
Consumes tokens from the scanner and returns the corresponded plain text.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.