PHP Class QuackCompiler\Ast\Expr\AccessExpr

Inheritance: extends Expr
Show file Open project: quack/quack

Public Properties

Property Type Description
$index
$left

Public Methods

Method Description
__construct ( $left, $index )
format ( Parser $parser )
getType ( )
injectScope ( &$parent_scope )

Method Details

__construct() public method

public __construct ( $left, $index )

format() public method

public format ( Parser $parser )
$parser QuackCompiler\Parser\Parser

getType() public method

public getType ( )

injectScope() public method

public injectScope ( &$parent_scope )

Property Details

$index public property

public $index

$left public property

public $left