Package io.airlift.bytecode.control
Class SwitchStatement.SwitchBuilder
java.lang.Object
io.airlift.bytecode.control.SwitchStatement.SwitchBuilder
- Enclosing class:
- SwitchStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase(int key, BytecodeNode body) build()defaultCase(BytecodeNode body) expression(BytecodeExpression expression)
-
Constructor Details
-
SwitchBuilder
public SwitchBuilder()
-
-
Method Details
-
comment
-
expression
-
addCase
-
defaultCase
-
build
-