PHP Class QuackCompiler\Ast\Stmt\CaseStmt

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

Méthodes publiques

Свойство Type Description
$body
$is_else
$value

Méthodes publiques

Méthode Description
__construct ( $value, $body, $is_else = false )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

Method Details

__construct() public méthode

public __construct ( $value, $body, $is_else = false )

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

$body public_oe property

public $body

$is_else public_oe property

public $is_else

$value public_oe property

public $value