Class TextLines


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

      Fields 
      Modifier and Type Field Description
      (package private) java.nio.file.Path file  
      (package private) java.util.List<java.lang.String> lines  
    • 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
    • Field Detail

      • file

        final java.nio.file.Path file
      • lines

        java.util.List<java.lang.String> lines
    • Constructor Detail

      • TextLines

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

      • getLine

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