Interface BinaryExprAst

Hierarchy

Properties

json?: Buffer
left: Ast
location?: AstLocation
operator: string
right: Ast
type: "boolean_expr" | "binary_expr"

Generated using TypeDoc