ScannerG.scopeAddSymbol

Adds a symbol to the given scope.

class ScannerG
void
scopeAddSymbol
(
uint scopeId
,
string symbol
,
void* value
)

Parameters

scopeId uint

the scope id

symbol string

the symbol to add

value void*

the value of the symbol

Meta