MCPcopy
hub / github.com/sqldef/sqldef / ParenExpr

Struct ParenExpr

parser/node.go:2021–2023  ·  view source on GitHub ↗

ParenExpr represents a parenthesized boolean expression.

Source from the content-addressed store, hash-verified

2019
2020// ParenExpr represents a parenthesized boolean expression.
2021type ParenExpr struct {
2022 Expr Expr
2023}
2024
2025// Format formats the node.
2026func (node *ParenExpr) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected