Class Platform.IOS_AMD64
java.lang.Object
org.graalvm.nativeimage.Platform.IOS_AMD64
- All Implemented Interfaces:
 org.graalvm.nativeimage.impl.InternalPlatform.NATIVE_ONLY, org.graalvm.nativeimage.impl.InternalPlatform.PLATFORM_JNI, Platform, Platform.AMD64, Platform.DARWIN, Platform.DARWIN_AMD64, Platform.IOS
- Enclosing interface:
 Platform
public static final class Platform.IOS_AMD64
extends Object
implements Platform.IOS, Platform.DARWIN_AMD64
Supported leaf platform: iOS on x86 64-bit.
- Since:
 - 21.3
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Platform
Platform.AARCH64, Platform.AMD64, Platform.ANDROID, Platform.ANDROID_AARCH64, Platform.DARWIN, Platform.DARWIN_AARCH64, Platform.DARWIN_AMD64, Platform.HOSTED_ONLY, Platform.IOS, Platform.IOS_AARCH64, Platform.IOS_AMD64, Platform.LINUX, Platform.LINUX_AARCH64, Platform.LINUX_AARCH64_BASE, Platform.LINUX_AMD64, Platform.LINUX_AMD64_BASE, Platform.LINUX_RISCV64, Platform.MACOS, Platform.MACOS_AARCH64, Platform.MACOS_AMD64, Platform.RISCV64, Platform.WINDOWS, Platform.WINDOWS_AARCH64, Platform.WINDOWS_AMD64 - 
Field Summary
Fields inherited from interface Platform
PLATFORM_PROPERTY_NAME - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Platform.AMD64
getArchitectureMethods inherited from interface Platform.IOS
getOS 
- 
Constructor Details
- 
IOS_AMD64
public IOS_AMD64()Instantiates a marker instance of this platform.- Since:
 - 21.3
 
 
 -