Uses of Class
org.robovm.compiler.config.Arch
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.config | |
| org.robovm.compiler.target | |
| org.robovm.compiler.target.framework | |
| org.robovm.compiler.target.ios |
-
Uses of Arch in org.robovm.compiler
Methods in org.robovm.compiler with parameters of type Arch 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 intTypes. getFieldSize(Arch arch, soot.SootField f)static List<soot.SootField>Types. getInstanceFields(OS os, Arch arch, soot.SootClass clazz)static StructureTypeTypes. getInstanceType(OS os, Arch arch, soot.SootClass clazz)TypeMarshalerLookup.ValueMarshalerMethod. getNativeType(Arch arch) -
Uses of Arch in org.robovm.compiler.config
Fields in org.robovm.compiler.config declared as Arch Modifier and Type Field Description static ArchArch. arm64static ArchArch. thumbv7static ArchArch. x86static ArchArch. x86_64Methods in org.robovm.compiler.config that return Arch Modifier and Type Method Description ArchArch. copy(Environment anotherEnv)Arch[]AbstractQualified. filterArch()Arch[]Qualified. filterArch()ArchConfig. getArch()static ArchArch. getDefaultArch()static ArchArch. parse(String s)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 osMethods in org.robovm.compiler.config that return types with arguments of type Arch Modifier and Type Method Description List<Arch>Config. getArchs()Methods in org.robovm.compiler.config with parameters of type Arch Modifier and Type Method Description Config.BuilderConfig.Builder. arch(Arch arch)Config.BuilderConfig.Builder. archs(Arch... archs)intArch. compareTo(Arch o)Method parameters in org.robovm.compiler.config with type arguments of type Arch Modifier and Type Method Description Config.BuilderConfig.Builder. archs(List<Arch> archs)Constructors in org.robovm.compiler.config with parameters of type Arch Constructor Description Lib(String value, boolean force, OS[] platforms, PlatformVariant[] variants, Arch[] arches) -
Uses of Arch in org.robovm.compiler.target
Methods in org.robovm.compiler.target that return Arch Modifier and Type Method Description ArchConsoleTarget. getArch()ArchTarget. getArch()Methods in org.robovm.compiler.target that return types with arguments of type Arch Modifier and Type Method Description List<Arch>AbstractTarget. getDefaultArchs()List<Arch>ConsoleTarget. getDefaultArchs()List<Arch>Target. getDefaultArchs()Returns a list of the default archs to build for if no archs have been specified in theConfig. -
Uses of Arch in org.robovm.compiler.target.framework
Methods in org.robovm.compiler.target.framework that return Arch Modifier and Type Method Description ArchFrameworkTarget. getArch() -
Uses of Arch in org.robovm.compiler.target.ios
Methods in org.robovm.compiler.target.ios that return Arch Modifier and Type Method Description ArchIOSTarget. getArch()Methods in org.robovm.compiler.target.ios that return types with arguments of type Arch Modifier and Type Method Description Set<Arch>DeviceType. getArchs()List<Arch>IOSTarget. getDefaultArchs()Methods in org.robovm.compiler.target.ios with parameters of type Arch Modifier and Type Method Description static DeviceTypeDeviceType. getBestDeviceType(Arch arch, DeviceType.DeviceFamily family, String deviceName, String deviceVersion)Returns the bestDeviceTypematching the parameters.static booleanIOSTarget. isDeviceArch(Arch arch)static booleanIOSTarget. isSimulatorArch(Arch arch)