Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PHPSA
Compiler
SymbolTable
PHP Class PHPSA\Compiler\SymbolTable
Inheritance:
implements
Countabl\Countable
Datei anzeigen
Open project: ovr/phpsa
Class Usage Examples
Protected Properties
Property
Type
Description
$variables
PHPSA\Variable[]
Public Methods
Method
Description
add
(
Variable
$variable
)
clear
( )
Clear symbol table
count
( ) :
integer
get
(
string
$name
) :
Variable |
null
Method Details
add()
public
method
public
add
(
Variable
$variable
)
$variable
PHPSA\Variable
clear()
public
method
Clear symbol table
public
clear
( )
count()
public
method
public
count
( ) :
integer
return
integer
get()
public
method
public
get
(
string
$name
) :
Variable |
null
$name
string
return
PHPSA\Variable |
null
Property Details
$variables
protected_oe property
protected
Variable[],PHPSA
$variables
return
PHPSA\Variable[]