Class ImportNode

  • All Implemented Interfaces:
    Node

    public final class ImportNode
    extends java.lang.Object
    implements Node
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer lineNum  
      java.nio.file.Path path  
      java.nio.file.Path source  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportNode​(java.lang.Integer lineNum, java.nio.file.Path source, java.nio.file.Path path)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • lineNum

        public final java.lang.Integer lineNum
      • source

        public final java.nio.file.Path source
      • path

        public final java.nio.file.Path path
    • Constructor Detail

      • ImportNode

        public ImportNode​(java.lang.Integer lineNum,
                          java.nio.file.Path source,
                          java.nio.file.Path path)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object