Package org.pkl.core

Class Platform.VirtualMachine

java.lang.Object
org.pkl.core.Platform.VirtualMachine
Enclosing class:
Platform

public static final class Platform.VirtualMachine extends Object
The virtual machine of a platform.
  • Constructor Details

  • Method Details

    • name

      public String name()
      The name of this virtual machine.
    • version

      public String version()
      The version of this virtual machine.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object