Package | Description |
---|---|
oracle.javatools.parser.java.v2 |
The parser API.
|
oracle.javatools.parser.java.v2.util |
Various utilities for use with the parser.
|
Modifier and Type | Method and Description |
---|---|
abstract SourceLexicalComment |
SourceFactory.createComment(java.lang.String text)
Creates an ordinary non-javadoc comment.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceVisitor.whenEnterLexicalComment(SourceLexicalComment sourceLexicalComment) |
void |
SourceVisitor.whenExitLexicalComment(SourceLexicalComment sourceLexicalComment) |