Uses of Class
org.apache.sysds.common.Opcodes
-
Packages that use Opcodes Package Description org.apache.sysds.common -
-
Uses of Opcodes in org.apache.sysds.common
Methods in org.apache.sysds.common that return Opcodes Modifier and Type Method Description static Opcodes
Opcodes. valueOf(String name)
Returns the enum constant of this type with the specified name.static Opcodes[]
Opcodes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-