Uses of Class
io.airlift.bytecode.instruction.Constant.LongConstant
-
Packages that use Constant.LongConstant Package Description io.airlift.bytecode -
-
Uses of Constant.LongConstant in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type Constant.LongConstant Modifier and Type Method Description TBytecodeVisitor. visitLongConstant(BytecodeNode parent, Constant.LongConstant longConstant)VoidDumpBytecodeVisitor. visitLongConstant(BytecodeNode parent, Constant.LongConstant longConstant)
-