|
libscratchcpp
A library for C++ based Scratch project players
|
The CompilerLocalVariable class represents a statically typed local variable in compiled code. More...
#include <scratchcpp/compilerlocalvariable.h>
Public Member Functions | |
| CompilerLocalVariable (CompilerValue *ptr) | |
| CompilerLocalVariable (const CompilerLocalVariable &)=delete | |
| CompilerValue * | ptr () const |
| Compiler::StaticType | type () const |
The CompilerLocalVariable class represents a statically typed local variable in compiled code.
| CompilerLocalVariable::CompilerLocalVariable | ( | CompilerValue * | ptr | ) |
|
delete |
| CompilerValue * CompilerLocalVariable::ptr | ( | ) | const |
| Compiler::StaticType CompilerLocalVariable::type | ( | ) | const |