Package org.pkl.core

Class Member.SourceLocation

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Member

    public static class Member.SourceLocation
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceLocation​(int startLine, int endLine)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEndLine()  
      int getStartLine()  
      • Methods inherited from class java.lang.Object

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

      • SourceLocation

        public SourceLocation​(int startLine,
                              int endLine)
    • Method Detail

      • getStartLine

        public int getStartLine()
      • getEndLine

        public int getEndLine()