CfNode.makeObject

CfNode makeObject(bool explicitBraces = true, Location loc = Location.init) @safe pure

Creates an empty object node.

Parameters

explicitBracesWhether the object has explicit braces
locSource location

Returns

A CfNode with type OBJECT.