Class SourceInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class SourceInfo
    extends java.lang.Object
    implements java.io.Serializable
    Source info to debug.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceInfo​(java.lang.String sourceFile, int lineNo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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

      • sourceFile

        public final java.lang.String sourceFile
      • lineNo

        public final int lineNo
    • Constructor Detail

      • SourceInfo

        public SourceInfo​(java.lang.String sourceFile,
                          int lineNo)
    • Method Detail

      • toString

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