Package org.pkl.core

Class Platform.Runtime

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

public static final class Platform.Runtime extends Object
The language runtime of a platform.
  • Constructor Details

  • Method Details

    • name

      public String name()
      The name of this language runtime.
    • version

      public String version()
      The version of this language runtime.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object