public interface JavadocLexer
| Modifier and Type | Interface and Description |
|---|---|
static class |
JavadocLexer.TokenVisitor |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(JavadocLexer.TokenVisitor visitor)
Visits the tokens in the input stream for this lexer.
|
void visit(JavadocLexer.TokenVisitor visitor)