Loading...
Searching...
No Matches
by::modifier Class Reference

Access modifier for type members. More...

#include <modifier.hpp>

Inheritance diagram for by::modifier:
by::dumModifier

Public Member Functions

 modifier (nbool newPublic, nbool newExplicitOverride)
 
virtual nbool isPublic () const
 
virtual void setPublic (nbool newPublic)
 
virtual nbool isExplicitOverride () const
 
virtual void setExplicitOverride (nbool isOverride)
 

Detailed Description

Access modifier for type members.

Represents access modifiers for functions or properties belonging to types. The byeol language has only three types of modifiers: public/protected/override.


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