ArkScript
A small, fast, functional and scripting language for video games
|
#include <NameResolutionPass.hpp>
Public Member Functions | |
bool | operator== (const Variable &other) const =default |
Public Attributes | |
std::string | name |
bool | is_mutable |
Definition at line 24 of file NameResolutionPass.hpp.
|
default |
bool Ark::internal::Variable::is_mutable |
Definition at line 27 of file NameResolutionPass.hpp.
std::string Ark::internal::Variable::name |
Definition at line 26 of file NameResolutionPass.hpp.
Referenced by Ark::internal::ScopeResolver::Scope::get(), and Ark::internal::ScopeResolver::Scope::has().