Uses of Class
xyz.cofe.trambda.bc.mth.OpCode
-
Packages that use OpCode Package Description xyz.cofe.trambda.bc.mth Представление байт-кода методов -
-
Uses of OpCode in xyz.cofe.trambda.bc.mth
Methods in xyz.cofe.trambda.bc.mth that return OpCode Modifier and Type Method Description static OpCodeOpCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpCode[]OpCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.trambda.bc.mth that return types with arguments of type OpCode Modifier and Type Method Description static Optional<OpCode>OpCode. code(int c)
-