Uses of Class
com.github.javaparser.ast.stmt.AssertStmt
-
Packages that use AssertStmt Package Description com.github.javaparser.ast.stmt com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of AssertStmt in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return AssertStmt Modifier and Type Method Description AssertStmt
AssertStmt. asAssertStmt()
AssertStmt
Statement. asAssertStmt()
AssertStmt
AssertStmt. clone()
AssertStmt
AssertStmt. removeMessage()
AssertStmt
AssertStmt. setCheck(Expression check)
AssertStmt
AssertStmt. setMessage(Expression message)
Sets the messageMethods in com.github.javaparser.ast.stmt that return types with arguments of type AssertStmt Modifier and Type Method Description Optional<AssertStmt>
AssertStmt. toAssertStmt()
Optional<AssertStmt>
Statement. toAssertStmt()
Method parameters in com.github.javaparser.ast.stmt with type arguments of type AssertStmt Modifier and Type Method Description void
AssertStmt. ifAssertStmt(Consumer<AssertStmt> action)
void
Statement. ifAssertStmt(Consumer<AssertStmt> action)
-
Uses of AssertStmt in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type AssertStmt Modifier and Type Method Description Visitable
CloneVisitor. visit(AssertStmt n, Object arg)
Boolean
EqualsVisitor. visit(AssertStmt n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(AssertStmt n, A arg)
R
GenericVisitor. visit(AssertStmt n, A arg)
R
GenericVisitorAdapter. visit(AssertStmt n, A arg)
R
GenericVisitorWithDefaults. visit(AssertStmt n, A arg)
Integer
HashCodeVisitor. visit(AssertStmt n, Void arg)
Visitable
ModifierVisitor. visit(AssertStmt n, A arg)
Boolean
NoCommentEqualsVisitor. visit(AssertStmt n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(AssertStmt n, Void arg)
void
NodeFinderVisitor. visit(AssertStmt n, Range arg)
Boolean
ObjectIdentityEqualsVisitor. visit(AssertStmt n, Visitable arg)
Integer
ObjectIdentityHashCodeVisitor. visit(AssertStmt n, Void arg)
void
VoidVisitor. visit(AssertStmt n, A arg)
void
VoidVisitorAdapter. visit(AssertStmt n, A arg)
void
VoidVisitorWithDefaults. visit(AssertStmt n, A arg)
-
Uses of AssertStmt in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type AssertStmt Modifier and Type Method Description void
DefaultPrettyPrinterVisitor. visit(AssertStmt n, Void arg)
void
PrettyPrintVisitor. visit(AssertStmt n, Void arg)
Deprecated.
-