Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
LabeledStmt |
LabeledStmt.asLabeledStmt() |
LabeledStmt |
Statement.asLabeledStmt() |
LabeledStmt |
LabeledStmt.clone() |
LabeledStmt |
LabeledStmt.setLabel(SimpleName label) |
LabeledStmt |
LabeledStmt.setStatement(Statement statement) |
Modifier and Type | Method and Description |
---|---|
Optional<LabeledStmt> |
LabeledStmt.toLabeledStmt() |
Optional<LabeledStmt> |
Statement.toLabeledStmt() |
Modifier and Type | Method and Description |
---|---|
void |
LabeledStmt.ifLabeledStmt(Consumer<LabeledStmt> action) |
void |
Statement.ifLabeledStmt(Consumer<LabeledStmt> action) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitorAdapter.visit(LabeledStmt n,
A arg) |
void |
VoidVisitorWithDefaults.visit(LabeledStmt n,
A arg) |
R |
GenericVisitor.visit(LabeledStmt n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(LabeledStmt n,
A arg) |
void |
VoidVisitor.visit(LabeledStmt n,
A arg) |
R |
GenericVisitorWithDefaults.visit(LabeledStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(LabeledStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(LabeledStmt n,
A arg) |
Visitable |
CloneVisitor.visit(LabeledStmt n,
Object arg) |
Boolean |
EqualsVisitor.visit(LabeledStmt n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(LabeledStmt n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(LabeledStmt n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(LabeledStmt n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(LabeledStmt n,
Void arg) |
Integer |
HashCodeVisitor.visit(LabeledStmt n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(LabeledStmt n,
Void arg) |
Copyright © 2007–2018. All rights reserved.