PHP Class QuackCompiler\Ast\Expr\PartialFuncExpr

Inheritance: extends Expr
Datei anzeigen Open project: quack/quack

Public Properties

Property Type Description
$operator
$right

Public Methods

Method Description
__construct ( $operator, $right = null )
format ( Parser $parser )
injectScope ( &$parent_scope )

Method Details

__construct() public method

public __construct ( $operator, $right = null )

format() public method

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

injectScope() public method

public injectScope ( &$parent_scope )

Property Details

$operator public_oe property

public $operator

$right public_oe property

public $right