PHP Interface Sstalle\php7cc\NodeVisitor\VisitorInterface

Inheritance: extends PhpParser\NodeVisitor
Show file Open project: sstalle/php7cc

Public Methods

Method Description
getLevel ( ) : integer
initializeContext ( Sstalle\php7cc\CompatibilityViolation\ContextInterface $context )
setTokenCollection ( TokenCollection $tokenCollection )

Method Details

getLevel() public method

public getLevel ( ) : integer
return integer

initializeContext() public method

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

setTokenCollection() public method

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