Uses of Interface
edu.umd.cs.findbugs.classfile.ICodeBaseIterator
Packages that use ICodeBaseIterator
Package
Description
A high-level abstraction layer for codebases, classes, and components of
classes (methods, fields, instructions, etc.).
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
-
Uses of ICodeBaseIterator in edu.umd.cs.findbugs.classfile
Methods in edu.umd.cs.findbugs.classfile that return ICodeBaseIteratorModifier and TypeMethodDescriptionIScannableCodeBase.iterator()
Get an iterator over the resources in the this code base. -
Uses of ICodeBaseIterator in edu.umd.cs.findbugs.classfile.impl
Classes in edu.umd.cs.findbugs.classfile.impl that implement ICodeBaseIteratorModifier and TypeClassDescriptionclass
An implementation of ICodeBaseIterator that delegates to another codebase.class
Methods in edu.umd.cs.findbugs.classfile.impl that return ICodeBaseIterator