PHP Class QuackCompiler\Ast\Stmt\ContinueStmt

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

Public Properties

Property Type Description
$label

Public Methods

Method Description
__construct ( $label = null )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

Method Details

__construct() public method

public __construct ( $label = null )

format() public method

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

injectScope() public method

public injectScope ( &$parent_scope )

runTypeChecker() public method

public runTypeChecker ( )

Property Details

$label public property

public $label