public class BytecodeScanner extends org.sonar.squid.api.CodeScanner<BytecodeVisitor>
| Constructor and Description |
|---|
BytecodeScanner(org.sonar.squid.indexer.SquidIndex indexer) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.sonar.squid.api.CodeVisitor visitor) |
Collection<Class<? extends BytecodeVisitor>> |
getVisitorClasses() |
BytecodeScanner |
scan(Collection<File> bytecodeFilesOrDirectories) |
protected BytecodeScanner |
scan(Collection<org.sonar.squid.api.SourceCode> classes,
AsmClassProvider classProvider) |
BytecodeScanner |
scanDirectory(File bytecodeDirectory) |
public BytecodeScanner(org.sonar.squid.indexer.SquidIndex indexer)
public BytecodeScanner scan(Collection<File> bytecodeFilesOrDirectories)
public BytecodeScanner scanDirectory(File bytecodeDirectory)
protected BytecodeScanner scan(Collection<org.sonar.squid.api.SourceCode> classes, AsmClassProvider classProvider)
public Collection<Class<? extends BytecodeVisitor>> getVisitorClasses()
getVisitorClasses in class org.sonar.squid.api.CodeScanner<BytecodeVisitor>public void accept(org.sonar.squid.api.CodeVisitor visitor)
accept in class org.sonar.squid.api.CodeScanner<BytecodeVisitor>Copyright © 2012-2013 SonarSource. All Rights Reserved.