Uses of Class
org.jocl.LibUtils.ArchType
-
-
Uses of LibUtils.ArchType in org.jocl
Methods in org.jocl that return LibUtils.ArchType Modifier and Type Method Description private static LibUtils.ArchTypeLibUtils. calculateArch()Calculates the current ARCHTypestatic LibUtils.ArchTypeLibUtils.ArchType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LibUtils.ArchType[]LibUtils.ArchType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-