Class ImportNode

java.lang.Object
htmlcompiler.model.extjs.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 Details

    • lineNum

      public final java.lang.Integer lineNum
    • source

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

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

    • ImportNode

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

    • toString

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