| Package | Description |
|---|---|
| com.github.javaparser | |
| com.github.javaparser.ast.stmt | |
| com.github.javaparser.ast.visitor | |
| com.github.javaparser.printer |
| Modifier and Type | Method and Description |
|---|---|
LabeledStmt |
GeneratedJavaParser.LabeledStatement() |
| Modifier and Type | Method and Description |
|---|---|
LabeledStmt |
LabeledStmt.clone() |
LabeledStmt |
LabeledStmt.setLabel(SimpleName label) |
LabeledStmt |
LabeledStmt.setStatement(Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitor.visit(LabeledStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(LabeledStmt n,
A arg) |
java.util.List<R> |
GenericListVisitorAdapter.visit(LabeledStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(LabeledStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(LabeledStmt n,
A arg) |
void |
VoidVisitor.visit(LabeledStmt n,
A arg) |
Visitable |
CloneVisitor.visit(LabeledStmt n,
java.lang.Object arg) |
java.lang.Boolean |
EqualsVisitor.visit(LabeledStmt n,
Visitable arg) |
java.lang.Boolean |
ObjectIdentityEqualsVisitor.visit(LabeledStmt n,
Visitable arg) |
java.lang.Integer |
HashCodeVisitor.visit(LabeledStmt n,
java.lang.Void arg) |
java.lang.Integer |
ObjectIdentityHashCodeVisitor.visit(LabeledStmt n,
java.lang.Void arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.visit(LabeledStmt n,
java.lang.Void arg) |