PHP Class QuackCompiler\Ast\Stmt\PostConditionalStmt

Inheritance: extends Stmt
Mostrar archivo Open project: quack/quack

Public Properties

Property Type Description
$predicate
$stmt
$tag

Public Methods

Method Description
__construct ( Stmt $stmt, Expr $predicate, $tag )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

Method Details

__construct() public method

public __construct ( Stmt $stmt, Expr $predicate, $tag )
$stmt Stmt
$predicate QuackCompiler\Ast\Expr\Expr

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

$predicate public_oe property

public $predicate

$stmt public_oe property

public $stmt

$tag public_oe property

public $tag