PDepend\Source\Language\PHP\PHPBuilder::buildAstStringIndexExpression PHP Method

buildAstStringIndexExpression() public method

-------- $string{$index} --------
Since: 0.9.12
public buildAstStringIndexExpression ( ) : PDepend\Source\AST\ASTStringIndexExpression
return PDepend\Source\AST\ASTStringIndexExpression
    public function buildAstStringIndexExpression()
    {
        return $this->buildAstNodeInstance('ASTStringIndexExpression');
    }
PHPBuilder