PHP 클래스 Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ProphecyChainableTokenParserAware

상속: implements Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ChainableTokenParserInterface, implements Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserAwareInterface
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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 canParse ( Token $token ) : boolean
$token Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token
리턴 boolean

parse() 공개 메소드

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

withParser() 공개 메소드

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