precedence field is protected now

This commit is contained in:
Honfika
2013-12-27 15:07:07 +01:00
parent 6b1ebb910c
commit ff6f875c07
18 changed files with 28 additions and 24 deletions
@@ -62,7 +62,7 @@ public class CallMethodActionItem extends ActionItem {
}
}
if (!blankMethod) {
if (scriptObject.precedence > this.precedence) {
if (scriptObject.getPrecedence() > this.precedence) {
writer.append("(");
scriptObject.toString(writer, localData);
writer.append(")");