Class TextLines


  • public class TextLines
    extends java.lang.Object
    A container for the java sources tied to an jasm output when -sl in on
    • Constructor Summary

      Constructors 
      Constructor Description
      TextLines​(java.nio.file.Path directory, java.lang.String sourceFileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLine​(int index)  
      • Methods inherited from class java.lang.Object

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

      • TextLines

        public TextLines​(java.nio.file.Path directory,
                         java.lang.String sourceFileName)
    • Method Detail

      • getLine

        public java.lang.String getLine​(int index)