Uses of Class
org.robovm.compiler.config.OS
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.config | |
| org.robovm.compiler.target | |
| org.robovm.compiler.target.framework | |
| org.robovm.compiler.target.ios | |
| org.robovm.compiler.util |
-
Uses of OS in org.robovm.compiler
Methods in org.robovm.compiler with parameters of type OS Modifier and Type Method Description static List<soot.SootField>Types. getClassFields(OS os, Arch arch, soot.SootClass clazz)static StructureTypeTypes. getClassType(ModuleBuilder mb, OS os, Arch arch, soot.SootClass clazz)static intTypes. getFieldAlignment(OS os, Arch arch, soot.SootField f)static List<soot.SootField>Types. getFields(OS os, Arch arch, soot.SootClass clazz, boolean ztatic)static List<soot.SootField>Types. getInstanceFields(OS os, Arch arch, soot.SootClass clazz)static StructureTypeTypes. getInstanceType(OS os, Arch arch, soot.SootClass clazz) -
Uses of OS in org.robovm.compiler.config
Methods in org.robovm.compiler.config that return OS Modifier and Type Method Description OS[]AbstractQualified. filterPlatforms()OS[]Qualified. filterPlatforms()static OSOS. getDefaultOS()OSConfig. getOs()static OSOS. valueOf(String name)Returns the enum constant of this type with the specified name.static OS[]OS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.compiler.config with parameters of type OS Modifier and Type Method Description Config.BuilderConfig.Builder. os(OS os)ArchArch. promoteTo(OS os)promote CpuArch with environment if it wasn't specified E.g.static Arch[]Arch. supported(OS os)returns possible supported arches for given osConstructors in org.robovm.compiler.config with parameters of type OS Constructor Description Lib(String value, boolean force, OS[] platforms, PlatformVariant[] variants, Arch[] arches) -
Uses of OS in org.robovm.compiler.target
-
Uses of OS in org.robovm.compiler.target.framework
Methods in org.robovm.compiler.target.framework that return OS Modifier and Type Method Description OSFrameworkTarget. getOs() -
Uses of OS in org.robovm.compiler.target.ios
Methods in org.robovm.compiler.target.ios that return OS Modifier and Type Method Description OSIOSTarget. getOs() -
Uses of OS in org.robovm.compiler.util
Methods in org.robovm.compiler.util that return OS Modifier and Type Method Description OSXCFrameworkPlist.Library. getPlatform()Constructors in org.robovm.compiler.util with parameters of type OS Constructor Description Library(String identifier, String path, OS platform, CpuArch[] supportedArchitectures, Environment variant, String debugSymbolPath)