Method Fossilization

Method
Level
public function process(File $phpcsFile, $stackPtr) ;
235
public function register( ) ;
225
public function generateFileReport($report, File $phpcsFile, $showSources = false, $width = 80) ;
16
public function generate($cachedData, $totalFiles, $totalErrors, $totalWarnings, $totalFixable, $showSources = false, $width = 80, $interactive = false, $toScreen = true) ;
16
abstract protected function processTokenOutsideScope(File $phpcsFile, $stackPtr) ;
14
abstract protected function processTokenWithinScope(File $phpcsFile, $stackPtr, $currScope) ;
12
public function __construct(array $scopeTokens, array $tokens, $listenOutside = false) { /**/ }
10
abstract protected function processMemberVar(File $phpcsFile, $stackPtr) ;
8
abstract protected function processVariable(File $phpcsFile, $stackPtr) ;
8
abstract protected function processVariableInString(File $phpcsFile, $stackPtr) ;
8
abstract protected function tokenize($string) ;
5
abstract protected function processAdditional( ) ;
5
abstract protected function processSniff(\DOMNode $doc) ;
4
abstract protected function getAuthor($line) ;
4
abstract protected function getBlameContent($filename) ;
4
abstract protected function getBlacklist( ) ;
3
abstract protected function getWhitelist( ) ;
3
public function __construct($content, $config, $eolChar = '\n') { /**/ }
3
public function __construct($path, Ruleset $ruleset, Config $config) { /**/ }
3
public function generate( ) { /**/ }
3
abstract protected function getPatterns( ) ;
3
public function accept( ) { /**/ }
2
public function getChildren( ) { /**/ }
2
public function reloadContent( ) { /**/ }
2
public function process( ) { /**/ }
2
abstract protected function processSingleLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $indices) ;
2
abstract protected function processMultiLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $indices) ;
2
public function isMultiLineCall(File $phpcsFile, $stackPtr, $openBracket, $tokens) { /**/ }
2
public function isMultiLineDeclaration($phpcsFile, $stackPtr, $openBracket, $tokens) { /**/ }
2
public function processSingleLineDeclaration($phpcsFile, $stackPtr, $tokens) { /**/ }
2
public function processMultiLineDeclaration($phpcsFile, $stackPtr, $tokens) { /**/ }
2
protected function processReturn(File $phpcsFile, $stackPtr, $commentStart) { /**/ }
2
protected function processThrows(File $phpcsFile, $stackPtr, $commentStart) { /**/ }
2
protected function processParams(File $phpcsFile, $stackPtr, $commentStart) { /**/ }
2
protected function processVersion($phpcsFile, array $tags) { /**/ }
2
public function processOpen(File $phpcsFile, $stackPtr) { /**/ }
2
public function processClose(File $phpcsFile, $stackPtr) { /**/ }
2
protected function addError($phpcsFile, $stackPtr, $function, $pattern = null) { /**/ }
2
protected function processConstant(File $phpcsFile, $stackPtr) { /**/ }
2