Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer | |
com.github.javaparser.resolution |
Modifier and Type | Method and Description |
---|---|
SwitchStmt |
Statement.asSwitchStmt() |
SwitchStmt |
SwitchStmt.asSwitchStmt() |
SwitchStmt |
SwitchStmt.asSwitchStmt() |
SwitchStmt |
Statement.asSwitchStmt() |
SwitchStmt |
SwitchStmt.clone() |
SwitchStmt |
SwitchStmt.clone() |
SwitchStmt |
SwitchStmt.setEntries(NodeList<SwitchEntry> entries) |
SwitchStmt |
SwitchStmt.setEntries(NodeList<SwitchEntry> entries) |
SwitchStmt |
SwitchStmt.setSelector(Expression selector) |
SwitchStmt |
SwitchStmt.setSelector(Expression selector) |
Modifier and Type | Method and Description |
---|---|
Optional<SwitchStmt> |
Statement.toSwitchStmt() |
Optional<SwitchStmt> |
SwitchStmt.toSwitchStmt() |
Optional<SwitchStmt> |
SwitchStmt.toSwitchStmt() |
Optional<SwitchStmt> |
Statement.toSwitchStmt() |
Modifier and Type | Method and Description |
---|---|
void |
Statement.ifSwitchStmt(Consumer<SwitchStmt> action) |
void |
SwitchStmt.ifSwitchStmt(Consumer<SwitchStmt> action) |
void |
SwitchStmt.ifSwitchStmt(Consumer<SwitchStmt> action) |
void |
Statement.ifSwitchStmt(Consumer<SwitchStmt> action) |
Modifier and Type | Method and Description |
---|---|
List<R> |
GenericListVisitorAdapter.visit(SwitchStmt n,
A arg) |
R |
GenericVisitor.visit(SwitchStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(SwitchStmt n,
A arg) |
R |
GenericVisitorWithDefaults.visit(SwitchStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(SwitchStmt n,
A arg) |
void |
VoidVisitor.visit(SwitchStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(SwitchStmt n,
A arg) |
void |
VoidVisitorWithDefaults.visit(SwitchStmt n,
A arg) |
void |
VoidVisitorWithDefaults.visit(SwitchStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(SwitchStmt n,
A arg) |
void |
VoidVisitor.visit(SwitchStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(SwitchStmt n,
A arg) |
R |
GenericVisitorWithDefaults.visit(SwitchStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(SwitchStmt n,
A arg) |
R |
GenericVisitor.visit(SwitchStmt n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(SwitchStmt n,
A arg) |
Visitable |
CloneVisitor.visit(SwitchStmt n,
Object arg) |
Visitable |
CloneVisitor.visit(SwitchStmt n,
Object arg) |
Boolean |
EqualsVisitor.visit(SwitchStmt n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(SwitchStmt n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(SwitchStmt n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(SwitchStmt n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(SwitchStmt n,
Visitable arg) |
Boolean |
EqualsVisitor.visit(SwitchStmt n,
Visitable arg) |
Integer |
HashCodeVisitor.visit(SwitchStmt n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(SwitchStmt n,
Void arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(SwitchStmt n,
Void arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(SwitchStmt n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(SwitchStmt n,
Void arg) |
Integer |
HashCodeVisitor.visit(SwitchStmt n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPrettyPrinterVisitor.visit(SwitchStmt n,
Void arg) |
void |
PrettyPrintVisitor.visit(SwitchStmt n,
Void arg)
Deprecated.
|
void |
PrettyPrintVisitor.visit(SwitchStmt n,
Void arg)
Deprecated.
|
void |
DefaultPrettyPrinterVisitor.visit(SwitchStmt n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
static SwitchStmt |
Navigator.demandSwitch(Node node) |
static SwitchStmt |
Navigator.demandSwitch(Node node) |
static SwitchStmt |
Navigator.findSwitch(Node node)
Deprecated.
|
static SwitchStmt |
Navigator.findSwitch(Node node)
Deprecated.
|
Copyright © 2007–2022. All rights reserved.