public static class SourceLocation.DynamicLocationMaker extends SourceLocation.SourceLocationMaker
| Constructor and Description |
|---|
DynamicLocationMaker(SourceLocation loaderLocation) |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
make(int lineNumber,
int columnNumber,
int endLineNumber,
int endColumnNumber) |
makeCanonical, makeUnspecifiedPositionpublic DynamicLocationMaker(SourceLocation loaderLocation)
loaderLocation - as the location where the source code is created and loaded dynamically.public SourceLocation make(int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber)
make in class SourceLocation.SourceLocationMakerCopyright © 2009-2019 Aarhus University