PDepend\Source\Language\PHP\PHPBuilder::buildAstLabelStatement PHP Méthode

buildAstLabelStatement() public méthode

Builds a new label-statement instance.
Since: 0.9.12
public buildAstLabelStatement ( string $image ) : PDepend\Source\AST\ASTLabelStatement
$image string The source code image for this node.
Résultat PDepend\Source\AST\ASTLabelStatement
    public function buildAstLabelStatement($image)
    {
        return $this->buildAstNodeInstance('ASTLabelStatement', $image);
    }
PHPBuilder