| Package | Description |
|---|---|
| org.apache.calcite.linq4j.tree |
Object model for Java expressions.
|
| Modifier and Type | Field and Description |
|---|---|
GotoExpressionKind |
GotoStatement.kind |
| Modifier and Type | Method and Description |
|---|---|
static GotoExpressionKind |
GotoExpressionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GotoExpressionKind[] |
GotoExpressionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GotoStatement |
Expressions.makeGoto(GotoExpressionKind kind,
LabelTarget labelTarget,
Expression expression) |
static GotoStatement |
Expressions.makeGoto(GotoExpressionKind kind,
LabelTarget target,
Expression value,
Type type)
Creates a GotoExpression representing a jump of the specified
GotoExpressionKind.
|
| Constructor and Description |
|---|
GotoStatement(GotoExpressionKind kind,
LabelTarget labelTarget,
Expression expression) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.