PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ProphecyChainableTokenParserAware

Inheritance: implements Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ChainableTokenParserInterface, implements Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserAwareInterface
Show file Open project: nelmio/alice

Public Methods

Method Description
__construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ChainableTokenParserInterface $decoratedParser, Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserAwareInterface $decoratedAware )
canParse ( Token $token ) : boolean
parse ( Token $token )
withParser ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser )

Method Details

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ChainableTokenParserInterface $decoratedParser, Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserAwareInterface $decoratedAware )
$decoratedParser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ChainableTokenParserInterface
$decoratedAware Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserAwareInterface

canParse() public method

public canParse ( Token $token ) : boolean
$token Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token
return boolean

parse() public method

public parse ( Token $token )
$token Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token

withParser() public method

public withParser ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser )
$parser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface