Uses of Class
io.airlift.bytecode.instruction.LabelNode
-
Packages that use LabelNode Package Description io.airlift.bytecode io.airlift.bytecode.control io.airlift.bytecode.debug io.airlift.bytecode.instruction -
-
Uses of LabelNode in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type LabelNode Modifier and Type Method Description BytecodeBlockBytecodeBlock. gotoLabel(LabelNode label)BytecodeBlockBytecodeBlock. ifFalseGoto(LabelNode label)BytecodeBlockBytecodeBlock. ifNotNullGoto(LabelNode label)BytecodeBlockBytecodeBlock. ifNotZeroGoto(LabelNode label)BytecodeBlockBytecodeBlock. ifNullGoto(LabelNode label)BytecodeBlockBytecodeBlock. ifTrueGoto(LabelNode label)BytecodeBlockBytecodeBlock. ifZeroGoto(LabelNode label)BytecodeBlockBytecodeBlock. visitLabel(LabelNode label)TBytecodeVisitor. visitLabel(BytecodeNode parent, LabelNode labelNode)VoidDumpBytecodeVisitor. visitLabel(BytecodeNode parent, LabelNode labelNode) -
Uses of LabelNode in io.airlift.bytecode.control
Methods in io.airlift.bytecode.control that return LabelNode Modifier and Type Method Description LabelNodeDoWhileLoop. getContinueLabel()LabelNodeForLoop. getContinueLabel()LabelNodeWhileLoop. getContinueLabel()LabelNodeSwitchStatement. getDefaultLabel()LabelNodeDoWhileLoop. getEndLabel()LabelNodeForLoop. getEndLabel()LabelNodeSwitchStatement. getEndLabel()LabelNodeWhileLoop. getEndLabel()LabelNodeCaseStatement. getLabel() -
Uses of LabelNode in io.airlift.bytecode.debug
Constructors in io.airlift.bytecode.debug with parameters of type LabelNode Constructor Description LocalVariableNode(Variable variable, LabelNode start, LabelNode end) -
Uses of LabelNode in io.airlift.bytecode.instruction
Methods in io.airlift.bytecode.instruction that return LabelNode Modifier and Type Method Description LabelNodeJumpInstruction. getLabel()Constructors in io.airlift.bytecode.instruction with parameters of type LabelNode Constructor Description JumpInstruction(OpCode opCode, LabelNode label)LabelNode(LabelNode labelNode)
-