Package org.pkl.core
Class Member.SourceLocation
java.lang.Object
org.pkl.core.Member.SourceLocation
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Member
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SourceLocation
public SourceLocation(int startLine, int endLine)
-
-
Method Details
-
getStartLine
public int getStartLine() -
getEndLine
public int getEndLine()
-