PHP Class SlevomatCodingStandard\Helpers\TokenPointerOutOfBoundsException

Inheritance: extends Exception
Show file Open project: slevomat/coding-standard

Public Methods

Method Description
__construct ( integer $pointer, integer $lastTokenPointer, Exception $previous = null )
getLastTokenPointer ( ) : integer
getPointer ( ) : integer

Method Details

__construct() public method

public __construct ( integer $pointer, integer $lastTokenPointer, Exception $previous = null )
$pointer integer
$lastTokenPointer integer
$previous Exception

getLastTokenPointer() public method

public getLastTokenPointer ( ) : integer
return integer

getPointer() public method

public getPointer ( ) : integer
return integer