Uses of Interface
org.apache.bcel.classfile.AttributeReader

Packages that use AttributeReader
org.apache.bcel.classfile   
 

Uses of AttributeReader in org.apache.bcel.classfile
 

Methods in org.apache.bcel.classfile with parameters of type AttributeReader
static void Attribute.addAttributeReader(java.lang.String name, AttributeReader r)
          Add an Attribute reader capable of parsing (user-defined) attributes named "name".