Uses of Interface
org.apache.bcel.classfile.UnknownAttributeReader
-
Packages that use UnknownAttributeReader Package Description org.apache.bcel.classfile 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 UnknownAttributeReader Modifier and Type Method Description static void
Attribute. addAttributeReader(java.lang.String name, UnknownAttributeReader unknownAttributeReader)
Add an Attribute reader capable of parsing (user-defined) attributes named "name".
-