PHP Class PHPSA\Compiler\SymbolTable

Inheritance: implements Countabl\Countable
Afficher le fichier Open project: ovr/phpsa Class Usage Examples

Protected Properties

Свойство Type Description
$variables PHPSA\Variable[]

Méthodes publiques

Méthode Description
add ( Variable $variable )
clear ( ) Clear symbol table
count ( ) : integer
get ( string $name ) : Variable | null

Method Details

add() public méthode

public add ( Variable $variable )
$variable PHPSA\Variable

clear() public méthode

Clear symbol table
public clear ( )

count() public méthode

public count ( ) : integer
Résultat integer

get() public méthode

public get ( string $name ) : Variable | null
$name string
Résultat PHPSA\Variable | null

Property Details

$variables protected_oe property

protected Variable[],PHPSA $variables
Résultat PHPSA\Variable[]