JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.trino.sql.routine.ir
IrStatement
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Interface IrStatement
All Superinterfaces:
IrNode
All Known Implementing Classes:
IrBlock
,
IrBreak
,
IrContinue
,
IrIf
,
IrLoop
,
IrRepeat
,
IrReturn
,
IrSet
,
IrWhile
public sealed interface
IrStatement
extends
IrNode
permits
IrBlock
,
IrBreak
,
IrContinue
,
IrIf
,
IrLoop
,
IrRepeat
,
IrReturn
,
IrSet
,
IrWhile
Method Summary
Methods inherited from interface io.trino.sql.routine.ir.
IrNode
accept