| 限定符和类型 | 字段和说明 |
|---|---|
List<Statement> |
statements |
nodeType, type| 限定符和类型 | 方法和说明 |
|---|---|
BlockStatement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(@Nullable Object o) |
@Nullable Object |
evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator) |
int |
hashCode() |
accept, getNodeType, getType, toStringpublic BlockStatement accept(Shuttle shuttle)
public <R> R accept(Visitor<R> visitor)
public @Nullable Object evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator)
evaluate 在类中 AbstractNodepublic boolean equals(@Nullable Object o)
equals 在类中 AbstractNodepublic int hashCode()
hashCode 在类中 AbstractNodeCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.