PHP Class QuackCompiler\Ast\Expr\RangeExpr

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

Public Properties

Property Type Description
$by
$from
$to

Public Methods

Method Description
__construct ( $from, $to, $by )
format ( Parser $parser )
getType ( )
injectScope ( &$parent_scope )

Method Details

__construct() public method

public __construct ( $from, $to, $by )

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

$by public property

public $by

$from public property

public $from

$to public property

public $to