Uses of Class
edu.umd.cs.findbugs.ba.SourceFile
-
Packages that use SourceFile Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.sourceViewer -
-
Uses of SourceFile in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return SourceFile Modifier and Type Method Description SourceFileSourceFinder. findSourceFile(SourceLineAnnotation source)SourceFileSourceFinder. findSourceFile(java.lang.String packageName, java.lang.String fileName)Open a source file in given package. -
Uses of SourceFile in edu.umd.cs.findbugs.sourceViewer
Methods in edu.umd.cs.findbugs.sourceViewer that return SourceFile Modifier and Type Method Description SourceFileJavaSourceDocument. getSourceFile()Constructors in edu.umd.cs.findbugs.sourceViewer with parameters of type SourceFile Constructor Description JavaSourceDocument(java.lang.String title, java.io.Reader in, SourceFile theSource)
-