Package org.pkl.core

Class Platform.Processor

  • Enclosing class:
    Platform

    public static final class Platform.Processor
    extends java.lang.Object
    The processor of a platform.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String architecture()
      The instruction set architecture of this processor.
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Processor

        public Processor​(java.lang.String architecture)
        Constructs a Platform.Processor.
    • Method Detail

      • architecture

        public java.lang.String architecture()
        The instruction set architecture of this processor.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object