Package | Description |
---|---|
com.github.javaparser | |
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
ReturnStmt |
GeneratedJavaParser.ReturnStatement() |
Modifier and Type | Method and Description |
---|---|
ReturnStmt |
ReturnStmt.clone() |
ReturnStmt |
ReturnStmt.removeExpression() |
ReturnStmt |
ReturnStmt.setExpression(Expression expression)
Sets the expression
|
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitorAdapter.visit(ReturnStmt n,
A arg) |
R |
GenericVisitor.visit(ReturnStmt n,
A arg) |
void |
VoidVisitor.visit(ReturnStmt n,
A arg) |
java.util.List<R> |
GenericListVisitorAdapter.visit(ReturnStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(ReturnStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(ReturnStmt n,
A arg) |
Visitable |
CloneVisitor.visit(ReturnStmt n,
java.lang.Object arg) |
java.lang.Boolean |
EqualsVisitor.visit(ReturnStmt n,
Visitable arg) |
java.lang.Boolean |
ObjectIdentityEqualsVisitor.visit(ReturnStmt n,
Visitable arg) |
java.lang.Integer |
HashCodeVisitor.visit(ReturnStmt n,
java.lang.Void arg) |
java.lang.Integer |
ObjectIdentityHashCodeVisitor.visit(ReturnStmt n,
java.lang.Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(ReturnStmt n,
java.lang.Void arg) |