Skip to main content
Module

x/ts_morph/ts_morph.d.ts>BinaryExpression

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class BinaryExpression
extends BinaryExpressionBase<T>
import { BinaryExpression } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

Type Parameters

optional
T extends ts.BinaryExpression = ts.BinaryExpression

Methods

Gets the left side of the binary expression.

getOperatorToken(): Node<ts.BinaryOperatorToken>

Gets the operator token of the binary expression.

Gets the right side of the binary expression.