public interface NestedBlockBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.tree.BlockBuilder |
currentBlock()
Returns the current code block.
|
void |
exitBlock()
Leaves the current code block.
|
org.apache.calcite.linq4j.tree.BlockBuilder |
nestBlock()
Starts nested code block.
|
void |
nestBlock(org.apache.calcite.linq4j.tree.BlockBuilder block)
Uses given block as the new code context.
|
org.apache.calcite.linq4j.tree.BlockBuilder nestBlock()
void nestBlock(org.apache.calcite.linq4j.tree.BlockBuilder block)
exitBlock() call.block - new code blockexitBlock()org.apache.calcite.linq4j.tree.BlockBuilder currentBlock()
void exitBlock()
nestBlock()Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.