Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compilets/compilets
/ print
Method
print
src/cpp-syntax.ts:158–160 ·
view source on GitHub ↗
(ctx: PrintContext)
Source
from the content-addressed store, hash-verified
156
}
157
158
override print(ctx: PrintContext) {
159
return
this.expression.print(ctx);
160
}
161
}
162
163
export
class
ParenthesizedExpression extends Expression {
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected