Package io.airlift.bytecode.control
Interface FlowControl
-
- All Superinterfaces:
BytecodeNode
- All Known Implementing Classes:
DoWhileLoop,ForLoop,IfStatement,SwitchStatement,TryCatch,WhileLoop
public interface FlowControl extends BytecodeNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComment()-
Methods inherited from interface io.airlift.bytecode.BytecodeNode
accept, accept, getChildNodes
-
-
-
-
Method Detail
-
getComment
String getComment()
-
-