aesi-eclipse / com.virtlink.aesi / Span2 / <init>
<init>
Span2(start: Location, end: Location)
Creates a new instance of the Span2 class.
Parameters
start - The start location.
end - The end location.Span2(startLine: Int, startCharacter: Int, endLine: Int, endCharacter: Int)
Creates a new instance of the Span2 class.
Parameters
startLine - The zero-based start line number.
startCharacter - The zero-based start character offset.
endLine - The zero-based end line number.
endCharacter - The zero-based end character offset.