Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
DoStmt |
DoStmt.setBody(Statement body) |
DoStmt |
DoStmt.setCondition(Expression condition) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(DoStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(DoStmt n,
A arg) |
void |
VoidVisitor.visit(DoStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(DoStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(DoStmt n,
A arg) |
void |
TreeStructureVisitor.visit(DoStmt n,
Integer arg) |
Visitable |
CloneVisitor.visit(DoStmt _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(DoStmt n1,
Visitable arg) |
Integer |
HashCodeVisitor.visit(DoStmt n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(DoStmt n,
Void arg) |
Copyright © 2007–2017. All rights reserved.