JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.trino.sql.routine.ir
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