Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor |
Modifier and Type | Method and Description |
---|---|
List<SwitchEntryStmt> |
SwitchStmt.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
SwitchStmt.setEntries(List<SwitchEntryStmt> entries) |
Constructor and Description |
---|
SwitchStmt(Expression selector,
List<SwitchEntryStmt> entries) |
SwitchStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression selector,
List<SwitchEntryStmt> entries)
Deprecated.
prefer using Range objects.
|
SwitchStmt(Range range,
Expression selector,
List<SwitchEntryStmt> entries) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(SwitchEntryStmt n,
A arg) |
void |
VoidVisitor.visit(SwitchEntryStmt n,
A arg) |
void |
VoidVisitorAdapter.visit(SwitchEntryStmt n,
A arg) |
Node |
ModifierVisitorAdapter.visit(SwitchEntryStmt n,
A arg) |
R |
GenericVisitorAdapter.visit(SwitchEntryStmt n,
A arg) |
Boolean |
EqualsVisitor.visit(SwitchEntryStmt n1,
Node arg) |
void |
DumpVisitor.visit(SwitchEntryStmt n,
Object arg) |
Node |
CloneVisitor.visit(SwitchEntryStmt _n,
Object _arg) |
Copyright © 2007–2016. All rights reserved.