Package | Description |
---|---|
com.google.gwt.dev.js.ast |
Modifier and Type | Class and Description |
---|---|
class |
JsBinaryOperator
Represents the operator in a JavaScript binary operation.
|
class |
JsUnaryOperator
A JavaScript unary operator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JsBinaryOperator.isPrecedenceLessThan(JsOperator other) |
boolean |
JsUnaryOperator.isPrecedenceLessThan(JsOperator other) |
boolean |
JsOperator.isPrecedenceLessThan(JsOperator other) |
Copyright © 2018. All rights reserved.