ProGuard

Uses of Package
proguard.classfile.editor

Packages that use proguard.classfile.editor
proguard.classfile.editor This package contains visitors to edit byte code. 
proguard.optimize.peephole This package contains visitors that perform various peephole optimizations. 
 

Classes in proguard.classfile.editor used by proguard.classfile.editor
CodeAttrInfoEditor
          This AttrInfoVisitor accumulates specified changes to code, and then applies these accumulated changes to the code attributes that it visits.
 

Classes in proguard.classfile.editor used by proguard.optimize.peephole
CodeAttrInfoEditor
          This AttrInfoVisitor accumulates specified changes to code, and then applies these accumulated changes to the code attributes that it visits.
 


ProGuard