Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
BreakStmt |
BreakStmt.asBreakStmt() |
BreakStmt |
Statement.asBreakStmt() |
BreakStmt |
BreakStmt.clone() |
BreakStmt |
BreakStmt.removeLabel() |
BreakStmt |
BreakStmt.setLabel(SimpleName label)
Sets the label
|
Modifier and Type | Method and Description |
---|---|
Optional<BreakStmt> |
BreakStmt.toBreakStmt() |
Optional<BreakStmt> |
Statement.toBreakStmt() |
Modifier and Type | Method and Description |
---|---|
void |
BreakStmt.ifBreakStmt(Consumer<BreakStmt> action) |
void |
Statement.ifBreakStmt(Consumer<BreakStmt> action) |
Modifier and Type | Method and Description |
---|---|
Visitable |
ModifierVisitor.visit(BreakStmt n,
A arg) |
R |
GenericVisitor.visit(BreakStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(BreakStmt n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(BreakStmt n,
A arg) |
R |
GenericVisitorWithDefaults.visit(BreakStmt n,
A arg) |
void |
VoidVisitor.visit(BreakStmt n,
A arg) |
void |
VoidVisitorWithDefaults.visit(BreakStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(BreakStmt n,
A arg) |
Visitable |
CloneVisitor.visit(BreakStmt n,
Object arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(BreakStmt n,
Visitable arg) |
Boolean |
EqualsVisitor.visit(BreakStmt n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(BreakStmt n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(BreakStmt n,
Void arg) |
Integer |
HashCodeVisitor.visit(BreakStmt n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(BreakStmt n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(BreakStmt n,
Void arg)
Deprecated.
|
void |
DefaultPrettyPrinterVisitor.visit(BreakStmt n,
Void arg) |
Copyright © 2007–2021. All rights reserved.