PHP Class Jade\Compiler\SubCodeHandler

Show file Open project: kylekatarnls/jade-php

Protected Properties

Property Type Description
$codeHandler
$input
$name

Public Methods

Method Description
__construct ( CodeHandler $codeHandler, $input, $name )
addToOutput ( &$output, &$key, &$value )
consume ( )
getMiddleString ( )
getNext ( $separators )
handleCodeInbetween ( &$separators, &$result )
handleRecursion ( &$result )

Protected Methods

Method Description
handleNestedExpression ( &$result )
scanSeparators ( &$separators, &$result )

Method Details

__construct() public method

public __construct ( CodeHandler $codeHandler, $input, $name )
$codeHandler CodeHandler

addToOutput() public method

public addToOutput ( &$output, &$key, &$value )

consume() public method

public consume ( )

getMiddleString() public method

public getMiddleString ( )

getNext() public method

public getNext ( $separators )

handleCodeInbetween() public method

public handleCodeInbetween ( &$separators, &$result )

handleNestedExpression() protected method

protected handleNestedExpression ( &$result )

handleRecursion() public method

public handleRecursion ( &$result )

scanSeparators() protected method

protected scanSeparators ( &$separators, &$result )

Property Details

$codeHandler protected property

protected $codeHandler

$input protected property

protected $input

$name protected property

protected $name