| Package | Description |
|---|---|
| com.github.javaparser.ast.expr | |
| com.github.javaparser.ast.nodeTypes | |
| com.github.javaparser.ast.stmt |
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchExpr
The switch expression
|
| Modifier and Type | Method and Description |
|---|---|
SwitchNode |
SwitchNode.clone() |
SwitchNode |
SwitchNode.setEntries(NodeList<SwitchEntry> entries) |
SwitchNode |
SwitchNode.setSelector(Expression selector) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchStmt
The switch statement
|
Copyright © 2007–2019. All rights reserved.