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[]