Uses of Class
xyz.cofe.trambda.bc.OpCode
-
Packages that use OpCode Package Description xyz.cofe.trambda.bc Представление байт-кода в виде сущностей -
-
Uses of OpCode in xyz.cofe.trambda.bc
Methods in xyz.cofe.trambda.bc 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 that return types with arguments of type OpCode Modifier and Type Method Description static Optional<OpCode>OpCode. code(int c)
-