Uses of Class
io.airlift.bytecode.ArrayOpCode
-
Packages that use ArrayOpCode Package Description io.airlift.bytecode -
-
Uses of ArrayOpCode in io.airlift.bytecode
Methods in io.airlift.bytecode that return ArrayOpCode Modifier and Type Method Description static ArrayOpCodeArrayOpCode. getArrayOpCode(ParameterizedType type)static ArrayOpCodeArrayOpCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ArrayOpCode[]ArrayOpCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-