PHP Class QuackCompiler\Ast\Stmt\ImplStmt

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

Méthodes publiques

Свойство Type Description
$body
$class_for
$class_or_shape
$type

Méthodes publiques

Méthode Description
__construct ( $type, $class_or_shape, $class_for, $body )
format ( Parser $parser )
injectScope ( &$parent_scope )

Private Methods

Méthode Description
formatQualifiedName ( $name )

Method Details

__construct() public méthode

public __construct ( $type, $class_or_shape, $class_for, $body )

format() public méthode

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

injectScope() public méthode

public injectScope ( &$parent_scope )

Property Details

$body public_oe property

public $body

$class_for public_oe property

public $class_for

$class_or_shape public_oe property

public $class_or_shape

$type public_oe property

public $type