Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
ThrowStmt |
ThrowStmt.setExpression(Expression expression) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(ThrowStmt n,
A arg) |
void |
VoidVisitor.visit(ThrowStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(ThrowStmt n,
A arg) |
Visitable |
ModifierVisitorAdapter.visit(ThrowStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(ThrowStmt n,
A arg) |
Visitable |
CloneVisitor.visit(ThrowStmt _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(ThrowStmt n1,
Visitable arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(ThrowStmt n,
Void arg) |
Copyright © 2007–2016. All rights reserved.