Interface CompilerVersion

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getType()
      Returns the type of the compiler.
      java.lang.String getVendor()
      Returns the vendor of the compiler.
      java.lang.String getVersion()
      Returns the version of the compiler.
    • Method Detail

      • getType

        @Input
        java.lang.String getType()
        Returns the type of the compiler.
      • getVendor

        @Input
        java.lang.String getVendor()
        Returns the vendor of the compiler.
      • getVersion

        @Input
        java.lang.String getVersion()
        Returns the version of the compiler.