ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnc::ArtifactBreak Class Reference

Just represents the break statement. More...

#include <ArtifactModel.h>

Collaboration diagram for nnc::ArtifactBreak:

Public Member Functions

void accept (IArtifactGenerator *g) const override
 This is the core function of each artifact entity and is implemented by all concrete classes in the hierarchy.
 
- Public Member Functions inherited from nnc::ArtifactEntity
virtual ~ArtifactEntity ()=default
 
virtual bool isBlock () const
 If this entity represents something containing a block of instructions.
 

Additional Inherited Members

- Protected Member Functions inherited from nnc::ArtifactEntity
 ArtifactEntity ()=default
 

Detailed Description

Just represents the break statement.

Definition at line 307 of file ArtifactModel.h.

Member Function Documentation

◆ accept()

void nnc::ArtifactBreak::accept ( IArtifactGenerator g) const
inlineoverridevirtual

This is the core function of each artifact entity and is implemented by all concrete classes in the hierarchy.

Implements nnc::ArtifactEntity.

Definition at line 310 of file ArtifactModel.h.

310{ g->visit(this); }

Referenced by TEST().


The documentation for this class was generated from the following file: