Uses of Interface
org.apache.bcel.classfile.AttributeReader
Packages that use AttributeReader
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
-
Uses of AttributeReader in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile with parameters of type AttributeReaderModifier and TypeMethodDescriptionstatic void
Attribute.addAttributeReader
(String name, AttributeReader attributeReader) Deprecated.
Attribute.addAttributeReader(String, UnknownAttributeReader)
instead