ParenthesizedExpression Class

Definition

Line 395 of cmsxa/Assembly.cm

Inheritance

Constructors & Destructor

public nothrow ParenthesizedExpression(const Span& span_, Node* subject_)

Member Functions

public override void Accept(Visitor& visitor)

Member Variables

public UniquePtr<Node> subject

Constructor& Destructor Details

ParenthesizedExpression Constructor

public nothrow ParenthesizedExpression(const Span& span_, Node* subject_)

Definition
Line 397 of cmsxa/Assembly.cm


Member Function Details

Accept Member Function

public override void Accept(Visitor& visitor)

Definition
Line 400 of cmsxa/Assembly.cm