org.sonar.squid.bytecode
Class BytecodeScanner

java.lang.Object
  extended by org.sonar.squid.bytecode.BytecodeScanner
All Implemented Interfaces:
CodeScanner

public class BytecodeScanner
extends Object
implements CodeScanner


Constructor Summary
BytecodeScanner(SquidIndex indexer)
           
 
Method Summary
 void accept(CodeVisitor visitor)
           
 Collection<Class<? extends CodeVisitor>> getVisitors()
           
 void scanCode(SourceCode project, Collection<File> filesToAnalyse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeScanner

public BytecodeScanner(SquidIndex indexer)
Method Detail

scanCode

public void scanCode(SourceCode project,
                     Collection<File> filesToAnalyse)
Specified by:
scanCode in interface CodeScanner

accept

public void accept(CodeVisitor visitor)
Specified by:
accept in interface CodeScanner

getVisitors

public Collection<Class<? extends CodeVisitor>> getVisitors()
Specified by:
getVisitors in interface CodeScanner


Copyright © 2009 SonarSource SA. All Rights Reserved.