Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
SableCC STUPS
Commits
055c85e7
Commit
055c85e7
authored
Nov 10, 2016
by
Jens Bendisposto
Committed by
GitHub
Nov 10, 2016
Browse files
Added getter ... who cares about encapsulation?
parent
9cb269e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/patchfiles/SourcePositions.txt
View file @
055c85e7
...
...
@@ -20,6 +20,11 @@ public class SourcePositions {
this.positions = positions;
}
public Map<PositionedNode, SourcecodeRange> getPositions() {
return this.positions;
}
/**
* Returns the {@link SourcecodeRange} of this {@link PositionedNode} or
* <code>null</code> if no {@link SourcecodeRange} is available.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment