Home
last modified time | relevance | path

Searched refs:BinaryExpression (Results 1 – 3 of 3) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js25962 var BinaryExpression = /** @class */ (function (_super) { function
25963 __extends(BinaryExpression, _super);
25964 function BinaryExpression(offset, length) { function
25967 Object.defineProperty(BinaryExpression.prototype, "type", {
25969 return NodeType.BinaryExpression;
25974 BinaryExpression.prototype.setLeft = function (left) { class
25977 BinaryExpression.prototype.getLeft = function () {
25980 BinaryExpression.prototype.setRight = function (right) {
25983 BinaryExpression.prototype.getRight = function () {
25989 BinaryExpression.prototype.getOperator = function () {
[all …]
H A D4.4.js1BinaryExpression=23]="BinaryExpression",e[e.Term=24]="Term",e[e.Operator=25]="Operator",e[e.Value=…
H A D2.2.js.map1BinaryExpression) {\n var expression = term.parent;\n if (expression.parent …