Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
ExtendJ
Commits
86ec04b1
Commit
86ec04b1
authored
Oct 15, 2015
by
Jesper Öqvist
Browse files
Add documentation comments
parent
7cc888d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
java4/frontend/PrettyPrintUtil.jrag
View file @
86ec04b1
...
...
@@ -266,6 +266,7 @@ aspect PrettyPrintUtil {
syn boolean AbstractDot.needsDot() = !(getRight() instanceof ArrayAccess);
/** The operator string used for pretty printing this expression. */
syn String Binary.printOp();
eq MulExpr.printOp() = "*";
eq DivExpr.printOp() = "/";
...
...
@@ -287,6 +288,7 @@ aspect PrettyPrintUtil {
eq EQExpr.printOp() = "==";
eq NEExpr.printOp() = "!=";
/** The operator string used for pretty printing this expression. */
syn String AssignExpr.printOp();
eq AssignSimpleExpr.printOp() = "=";
eq AssignMulExpr.printOp() = "*=";
...
...
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