PHP Class QuackCompiler\Ast\Expr\BoolExpr

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

Public Properties

Property Type Description
$value

Public Methods

Method Description
__construct ( $value )
format ( Parser $_ )
getType ( )
injectScope ( &$parent_scope )

Method Details

__construct() public method

public __construct ( $value )

format() public method

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

getType() public method

public getType ( )

injectScope() public method

public injectScope ( &$parent_scope )

Property Details

$value public property

public $value