Uses of Enum
edu.umd.cs.findbugs.classfile.ICodeBase.Discovered
Packages that use ICodeBase.Discovered
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 ICodeBase.Discovered in edu.umd.cs.findbugs.classfile
Subclasses with type arguments of type ICodeBase.Discovered in edu.umd.cs.findbugs.classfileMethods in edu.umd.cs.findbugs.classfile that return ICodeBase.DiscoveredModifier and TypeMethodDescriptionICodeBase.getHowDiscovered()Return how this codebase was discovered.static ICodeBase.DiscoveredReturns the enum constant of this type with the specified name.static ICodeBase.Discovered[]ICodeBase.Discovered.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.classfile with parameters of type ICodeBase.DiscoveredModifier and TypeMethodDescriptionvoidICodeBase.setHowDiscovered(ICodeBase.Discovered howDiscovered) Set how this codebase was discovered. -
Uses of ICodeBase.Discovered in edu.umd.cs.findbugs.classfile.impl
Fields in edu.umd.cs.findbugs.classfile.impl declared as ICodeBase.DiscoveredModifier and TypeFieldDescriptionprivate ICodeBase.DiscoveredAbstractScannableCodeBase.howDiscoveredprivate final ICodeBase.DiscoveredClassPathBuilder.WorkListItem.howDiscoveredprivate ICodeBase.DiscoveredSingleFileCodeBase.howDiscoveredMethods in edu.umd.cs.findbugs.classfile.impl that return ICodeBase.DiscoveredModifier and TypeMethodDescriptionAbstractScannableCodeBase.getHowDiscovered()ClassPathBuilder.WorkListItem.getHowDiscovered()SingleFileCodeBase.getHowDiscovered()Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type ICodeBase.DiscoveredModifier and TypeMethodDescriptionvoidAbstractScannableCodeBase.setHowDiscovered(ICodeBase.Discovered howDiscovered) voidSingleFileCodeBase.setHowDiscovered(ICodeBase.Discovered howDiscovered) Constructors in edu.umd.cs.findbugs.classfile.impl with parameters of type ICodeBase.DiscoveredModifierConstructorDescriptionWorkListItem(ICodeBaseLocator codeBaseLocator, boolean isApplication, ICodeBase.Discovered howDiscovered)