Uses of Class
edu.umd.cs.findbugs.classfile.engine.ClassParser.Constant
Packages that use ClassParser.Constant
Package
Description
Analysis engine classes to produce the analyses defined
in the edu.umd.cs.findbugs.classfile.analysis package.
-
Uses of ClassParser.Constant in edu.umd.cs.findbugs.classfile.engine
Fields in edu.umd.cs.findbugs.classfile.engine declared as ClassParser.ConstantMethods in edu.umd.cs.findbugs.classfile.engine that return ClassParser.ConstantModifier and TypeMethodDescriptionprivate ClassParser.Constant
ClassParser.readConstant()
Read a constant from the constant pool.Methods in edu.umd.cs.findbugs.classfile.engine with parameters of type ClassParser.ConstantModifier and TypeMethodDescriptionprivate void
ClassParser.checkConstantTag
(ClassParser.Constant constant, int expectedTag) Check that a constant has the expected tag.