Uses of Package
edu.umd.cs.findbugs.visitclass
-
Packages that use edu.umd.cs.findbugs.visitclass Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.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.bcel edu.umd.cs.findbugs.detect edu.umd.cs.findbugs.visitclass -
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs Class Description AnnotationVisitor Subclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.BetterVisitor Fixedup of from org.apache.bcel.classfile.VisitorConstants2 DismantleBytecode PreorderVisitor Interface to make the use of a visitor pattern programming style possible. -
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.ba Class Description DismantleBytecode PreorderVisitor Interface to make the use of a visitor pattern programming style possible. -
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.bcel Class Description AnnotationVisitor Subclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.BetterVisitor Fixedup of from org.apache.bcel.classfile.VisitorConstants2 DismantleBytecode PreorderVisitor Interface to make the use of a visitor pattern programming style possible. -
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.detect Class Description AnnotationVisitor Subclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.BetterVisitor Fixedup of from org.apache.bcel.classfile.VisitorConstants2 DismantleBytecode PreorderVisitor Interface to make the use of a visitor pattern programming style possible. -
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.visitclass Class Description AnnotationVisitor Subclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.BetterVisitor Fixedup of from org.apache.bcel.classfile.VisitorConstants2 PreorderVisitor Interface to make the use of a visitor pattern programming style possible.