public class SourceSnippet extends Object
Constructor and Description |
---|
SourceSnippet(URI sourceLocation,
List<String> lines,
int lineNumberFrom,
int lineNumberTo) |
Modifier and Type | Method and Description |
---|---|
int |
getLineNumberFrom() |
int |
getLineNumberTo() |
List<String> |
getLines() |
URI |
getSourceLocation() |
Copyright © 2019 ninjaframework. All rights reserved.