Class Program

java.lang.Object
org.eolang.lints.Program

public final class Program extends Object
A single XMIR program to analyze.
Since:
0.1.0
See Also:
  • Constructor Details

    • Program

      public Program(Path file) throws FileNotFoundException
      Ctor.
      Parameters:
      file - The absolute path of the XMIR file
      Throws:
      FileNotFoundException - If file isn't found
    • Program

      public Program(com.jcabi.xml.XML xml)
      Ctor.
      Parameters:
      xml - The XMIR
  • Method Details