ProGuard

Package proguard.classfile.editor

This package contains visitors to edit byte code.

See:
          Description

Class Summary
CodeAttrInfoEditor This AttrInfoVisitor accumulates specified changes to code, and then applies these accumulated changes to the code attributes that it visits.
CodeAttrInfoEditorResetter This AttrInfoVisitor resets it CodeAttrInfoEditor whenever it visits a code attribute.
ConstantPoolEditor This class can add constant pool entries to given class files.
ConstantPoolRemapper This ClassFileVisitor remaps all possible references to constant pool entries of the classes that it visits, based on a given index map.
ConstantPoolSorter This ClassFileVisitor sorts the constant pool entries of the classes that it visits.
 

Package proguard.classfile.editor Description

This package contains visitors to edit byte code.


ProGuard