Uses of Interface
org.apache.bcel.classfile.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
Modifier and TypeMethodDescriptionstatic void
Attribute.addAttributeReader
(String name, UnknownAttributeReader unknownAttributeReader) Add an Attribute reader capable of parsing (user-defined) attributes named "name".