Uses of Interface
org.apache.bcel.classfile.UnknownAttributeReader
Packages that use UnknownAttributeReader
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
-
Uses of UnknownAttributeReader in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile with parameters of type UnknownAttributeReaderModifier and TypeMethodDescriptionstatic void
Attribute.addAttributeReader
(String name, UnknownAttributeReader unknownAttributeReader) Add an Attribute reader capable of parsing (user-defined) attributes named "name".