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