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

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

Packages that use AttributeReader
org.apache.bcel.classfile This package contains the 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 AttributeReader
static void Attribute.addAttributeReader(java.lang.String name, AttributeReader r)
          Add an Attribute reader capable of parsing (user-defined) attributes named "name".