Skip to content
Snippets Groups Projects
Commit 055c85e7 authored by Jens Bendisposto's avatar Jens Bendisposto Committed by GitHub
Browse files

Added getter ... who cares about encapsulation?

parent 9cb269e0
Branches
Tags
No related merge requests found
...@@ -20,6 +20,11 @@ public class SourcePositions { ...@@ -20,6 +20,11 @@ public class SourcePositions {
this.positions = positions; this.positions = positions;
} }
public Map<PositionedNode, SourcecodeRange> getPositions() {
return this.positions;
}
/** /**
* Returns the {@link SourcecodeRange} of this {@link PositionedNode} or * Returns the {@link SourcecodeRange} of this {@link PositionedNode} or
* <code>null</code> if no {@link SourcecodeRange} is available. * <code>null</code> if no {@link SourcecodeRange} is available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment