Package org.pkl.core

Class Member.SourceLocation

java.lang.Object
org.pkl.core.Member.SourceLocation
All Implemented Interfaces:
Serializable
Enclosing class:
Member

public static class Member.SourceLocation extends Object implements Serializable
See Also:
  • Constructor Details

    • SourceLocation

      public SourceLocation(int startLine, int endLine)
  • Method Details

    • getStartLine

      public int getStartLine()
    • getEndLine

      public int getEndLine()