Uses of Class
org.robovm.compiler.config.CpuArch
| Package | Description |
|---|---|
| org.robovm.compiler.config | |
| org.robovm.compiler.target.ios | |
| org.robovm.compiler.util |
-
Uses of CpuArch in org.robovm.compiler.config
Methods in org.robovm.compiler.config that return CpuArch Modifier and Type Method Description CpuArchArch. getCpuArch()static CpuArchCpuArch. getDefaultArch()static CpuArchCpuArch. valueOf(String name)Returns the enum constant of this type with the specified name.static CpuArch[]CpuArch. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.robovm.compiler.config with parameters of type CpuArch Constructor Description Arch(CpuArch arch)Arch(CpuArch arch, Environment env) -
Uses of CpuArch in org.robovm.compiler.target.ios
Fields in org.robovm.compiler.target.ios declared as CpuArch Modifier and Type Field Description static CpuArchDeviceType. DEFAULT_HOST_ARCH -
Uses of CpuArch in org.robovm.compiler.util
Methods in org.robovm.compiler.util that return CpuArch Modifier and Type Method Description CpuArch[]XCFrameworkPlist.Library. getSupportedArchitectures()Constructors in org.robovm.compiler.util with parameters of type CpuArch Constructor Description Library(String identifier, String path, OS platform, CpuArch[] supportedArchitectures, Environment variant, String debugSymbolPath)