| Modifier and Type | Field and Description |
|---|---|
@Nullable Expression |
initializer |
int |
modifiers |
ParameterExpression |
parameter |
nodeType, type| Constructor and Description |
|---|
DeclarationStatement(int modifiers,
ParameterExpression parameter,
@Nullable Expression initializer) |
| Modifier and Type | Method and Description |
|---|---|
DeclarationStatement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
void |
accept2(org.apache.calcite.linq4j.tree.ExpressionWriter writer,
boolean withType) |
boolean |
equals(@Nullable Object o) |
int |
hashCode() |
accept, evaluate, getNodeType, getType, toStringpublic final int modifiers
public final ParameterExpression parameter
public final @Nullable Expression initializer
public DeclarationStatement(int modifiers,
ParameterExpression parameter,
@Nullable Expression initializer)
public DeclarationStatement accept(Shuttle shuttle)
public <R> R accept(Visitor<R> visitor)
public void accept2(org.apache.calcite.linq4j.tree.ExpressionWriter writer,
boolean withType)
public boolean equals(@Nullable Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2021 Apache Software Foundation. All Rights Reserved.