PHP Class QuackCompiler\Ast\Stmt\BreakStmt

Inheritance: extends Stmt
Afficher le fichier Open project: quack/quack

Méthodes publiques

Свойство Type Description
$label

Méthodes publiques

Méthode Description
__construct ( $label = null )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

Method Details

__construct() public méthode

public __construct ( $label = null )

format() public méthode

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

injectScope() public méthode

public injectScope ( &$parent_scope )

runTypeChecker() public méthode

public runTypeChecker ( )

Property Details

$label public_oe property

public $label