Uses of Class
futils.utils.AttributeInfo

Packages that use AttributeInfo
futils.utils   
 

Uses of AttributeInfo in futils.utils
 

Methods in futils.utils that return AttributeInfo
 AttributeInfo ClassFile.getAttribute(java.lang.String name)
          Return the attribute named 'name' from the class file.
 

Methods in futils.utils with parameters of type AttributeInfo
 void ClassFile.addAttribute(AttributeInfo newAttribute)
          Add a new optional class Attribute.