Uses of Class
io.airlift.bytecode.control.WhileLoop
-
Packages that use WhileLoop Package Description io.airlift.bytecode io.airlift.bytecode.control -
-
Uses of WhileLoop in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type WhileLoop Modifier and Type Method Description TBytecodeVisitor. visitWhile(BytecodeNode parent, WhileLoop whileLoop)VoidDumpBytecodeVisitor. visitWhile(BytecodeNode parent, WhileLoop whileLoop) -
Uses of WhileLoop in io.airlift.bytecode.control
Methods in io.airlift.bytecode.control that return WhileLoop Modifier and Type Method Description WhileLoopWhileLoop. body(BytecodeNode node)WhileLoopWhileLoop. condition(BytecodeNode node)
-