public interface SwitchNode
SwitchExpr and SwitchStmt| Modifier and Type | Method and Description |
|---|---|
SwitchNode |
clone() |
Optional<Comment> |
getComment() |
NodeList<SwitchEntryStmt> |
getEntries() |
SwitchEntryStmt |
getEntry(int i) |
Expression |
getSelector() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
SwitchNode |
setEntries(NodeList<SwitchEntryStmt> entries) |
SwitchNode |
setSelector(Expression selector) |
NodeList<SwitchEntryStmt> getEntries()
SwitchEntryStmt getEntry(int i)
Expression getSelector()
SwitchNode setEntries(NodeList<SwitchEntryStmt> entries)
SwitchNode setSelector(Expression selector)
boolean remove(Node node)
SwitchNode clone()
Copyright © 2007–2019. All rights reserved.