PHP 클래스 Sstalle\php7cc\NodeVisitor\AbstractVisitor

상속: extends PhpParser\NodeVisitorAbstract, implements Sstalle\php7cc\NodeVisitor\VisitorInterface
파일 보기 프로젝트 열기: sstalle/php7cc

보호된 프로퍼티들

프로퍼티 타입 설명
$context Sstalle\php7cc\CompatibilityViolation\ContextInterface
$tokenCollection Sstalle\php7cc\Token\TokenCollection
$tokens

공개 메소드들

메소드 설명
getLevel ( )
initializeContext ( Sstalle\php7cc\CompatibilityViolation\ContextInterface $context )
setTokenCollection ( TokenCollection $tokenCollection )

보호된 메소드들

메소드 설명
addContextMessage ( string $text, PhpParser\Node $node )

메소드 상세

addContextMessage() 보호된 메소드

protected addContextMessage ( string $text, PhpParser\Node $node )
$text string
$node PhpParser\Node

getLevel() 공개 메소드

public getLevel ( )

initializeContext() 공개 메소드

public initializeContext ( Sstalle\php7cc\CompatibilityViolation\ContextInterface $context )
$context Sstalle\php7cc\CompatibilityViolation\ContextInterface

setTokenCollection() 공개 메소드

public setTokenCollection ( TokenCollection $tokenCollection )
$tokenCollection Sstalle\php7cc\Token\TokenCollection

프로퍼티 상세

$context 보호되어 있는 프로퍼티

protected ContextInterface,Sstalle\php7cc\CompatibilityViolation $context
리턴 Sstalle\php7cc\CompatibilityViolation\ContextInterface

$tokenCollection 보호되어 있는 프로퍼티

protected TokenCollection,Sstalle\php7cc\Token $tokenCollection
리턴 Sstalle\php7cc\Token\TokenCollection

$tokens 보호되어 있는 프로퍼티

protected $tokens