Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
AssertStmt |
AssertStmt.setCheck(Expression check) |
AssertStmt |
AssertStmt.setMessage(Expression msg)
Sets the message
|
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(AssertStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(AssertStmt n,
A arg) |
void |
VoidVisitor.visit(AssertStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(AssertStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(AssertStmt n,
A arg) |
Visitable |
CloneVisitor.visit(AssertStmt _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(AssertStmt n1,
Visitable arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(AssertStmt n,
Void arg) |
Copyright © 2007–2017. All rights reserved.