Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.nodeTypes | |
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
SwitchEntry |
SwitchExpr.getEntry(int i) |
Modifier and Type | Method and Description |
---|---|
NodeList<SwitchEntry> |
SwitchExpr.getEntries() |
Modifier and Type | Method and Description |
---|---|
SwitchExpr |
SwitchExpr.setEntries(NodeList<SwitchEntry> entries) |
Constructor and Description |
---|
SwitchExpr(Expression selector,
NodeList<SwitchEntry> entries) |
SwitchExpr(TokenRange tokenRange,
Expression selector,
NodeList<SwitchEntry> entries)
This constructor is used by the parser and is considered private.
|
Modifier and Type | Method and Description |
---|---|
SwitchEntry |
SwitchNode.getEntry(int i) |
Modifier and Type | Method and Description |
---|---|
NodeList<SwitchEntry> |
SwitchNode.getEntries() |
Modifier and Type | Method and Description |
---|---|
SwitchNode |
SwitchNode.setEntries(NodeList<SwitchEntry> entries) |
Modifier and Type | Method and Description |
---|---|
SwitchEntry |
SwitchEntry.clone() |
SwitchEntry |
SwitchStmt.getEntry(int i) |
SwitchEntry |
SwitchEntry.removeGuard() |
SwitchEntry |
SwitchEntry.setDefault(boolean isDefault) |
SwitchEntry |
SwitchEntry.setGuard(Expression guard) |
SwitchEntry |
SwitchEntry.setLabels(NodeList<Expression> labels)
Sets the label
|
SwitchEntry |
SwitchEntry.setStatements(NodeList<Statement> statements) |
SwitchEntry |
SwitchEntry.setType(SwitchEntry.Type type) |
Modifier and Type | Method and Description |
---|---|
NodeList<SwitchEntry> |
SwitchStmt.getEntries() |
Modifier and Type | Method and Description |
---|---|
SwitchStmt |
SwitchStmt.setEntries(NodeList<SwitchEntry> entries) |
Constructor and Description |
---|
SwitchStmt(Expression selector,
NodeList<SwitchEntry> entries) |
SwitchStmt(TokenRange tokenRange,
Expression selector,
NodeList<SwitchEntry> entries)
This constructor is used by the parser and is considered private.
|
Modifier and Type | Method and Description |
---|---|
void |
VoidVisitorWithDefaults.visit(SwitchEntry n,
A arg) |
void |
VoidVisitorAdapter.visit(SwitchEntry n,
A arg) |
void |
VoidVisitor.visit(SwitchEntry n,
A arg) |
Visitable |
ModifierVisitor.visit(SwitchEntry n,
A arg) |
R |
GenericVisitorWithDefaults.visit(SwitchEntry n,
A arg) |
R |
GenericVisitorAdapter.visit(SwitchEntry n,
A arg) |
R |
GenericVisitor.visit(SwitchEntry n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(SwitchEntry n,
A arg) |
Visitable |
CloneVisitor.visit(SwitchEntry n,
Object arg) |
void |
NodeFinderVisitor.visit(SwitchEntry n,
Range arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(SwitchEntry n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(SwitchEntry n,
Visitable arg) |
Boolean |
EqualsVisitor.visit(SwitchEntry n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(SwitchEntry n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(SwitchEntry n,
Void arg) |
Integer |
HashCodeVisitor.visit(SwitchEntry n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(SwitchEntry n,
Void arg)
Deprecated.
|
void |
DefaultPrettyPrinterVisitor.visit(SwitchEntry n,
Void arg) |
Copyright © 2007–2024. All rights reserved.