Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
SwitchEntryStmt |
SwitchEntryStmt.clone() |
SwitchEntryStmt |
SwitchStmt.getEntry(int i) |
SwitchEntryStmt |
SwitchEntryStmt.removeLabel() |
SwitchEntryStmt |
SwitchEntryStmt.setLabel(Expression label)
Sets the label
|
SwitchEntryStmt |
SwitchEntryStmt.setStatements(NodeList<Statement> statements) |
Modifier and Type | Method and Description |
---|---|
NodeList<SwitchEntryStmt> |
SwitchStmt.getEntries() |
Modifier and Type | Method and Description |
---|---|
SwitchStmt |
SwitchStmt.addEntry(SwitchEntryStmt entry) |
SwitchStmt |
SwitchStmt.setEntry(int i,
SwitchEntryStmt entry) |
Modifier and Type | Method and Description |
---|---|
SwitchStmt |
SwitchStmt.setEntries(NodeList<SwitchEntryStmt> entries) |
Constructor and Description |
---|
SwitchStmt(Expression selector,
NodeList<SwitchEntryStmt> entries) |
SwitchStmt(Range range,
Expression selector,
NodeList<SwitchEntryStmt> entries)
This constructor is used by the parser and is considered private.
|
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(SwitchEntryStmt n,
A arg) |
Visitable |
ModifierVisitor.visit(SwitchEntryStmt n,
A arg) |
void |
VoidVisitor.visit(SwitchEntryStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(SwitchEntryStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(SwitchEntryStmt n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(SwitchEntryStmt n,
A arg) |
void |
TreeStructureVisitor.visit(SwitchEntryStmt n,
Integer arg) |
Visitable |
CloneVisitor.visit(SwitchEntryStmt n,
Object arg) |
Boolean |
EqualsVisitor.visit(SwitchEntryStmt n,
Visitable arg) |
Integer |
HashCodeVisitor.visit(SwitchEntryStmt n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(SwitchEntryStmt n,
Void arg) |
Copyright © 2007–2017. All rights reserved.