libscratchcpp
A library for C++ based Scratch project players
Loading...
Searching...
No Matches
libscratchcpp::CompilerLocalVariable Class Reference

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
 
CompilerValueptr () const
 
Compiler::StaticType type () const
 

Detailed Description

The CompilerLocalVariable class represents a statically typed local variable in compiled code.

Constructor & Destructor Documentation

◆ CompilerLocalVariable() [1/2]

CompilerLocalVariable::CompilerLocalVariable ( CompilerValue * ptr)

◆ CompilerLocalVariable() [2/2]

libscratchcpp::CompilerLocalVariable::CompilerLocalVariable ( const CompilerLocalVariable & )
delete

Member Function Documentation

◆ ptr()

CompilerValue * CompilerLocalVariable::ptr ( ) const

◆ type()

Compiler::StaticType CompilerLocalVariable::type ( ) const

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