| Package | Description |
|---|---|
| com.github.javaparser.ast.comments | |
| com.github.javaparser.ast.visitor | |
| com.github.javaparser.printer |
| Modifier and Type | Method and Description |
|---|---|
Set<BlockComment> |
CommentsCollection.getBlockComments() |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitor.visit(BlockComment n,
A arg) |
Visitable |
ModifierVisitor.visit(BlockComment n,
A arg) |
void |
VoidVisitor.visit(BlockComment n,
A arg) |
void |
VoidVisitorAdapter.visit(BlockComment n,
A arg) |
R |
GenericVisitorAdapter.visit(BlockComment n,
A arg) |
Visitable |
CloneVisitor.visit(BlockComment _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(BlockComment n1,
Visitable arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.visit(BlockComment n,
Void arg) |
Copyright © 2007–2016. All rights reserved.