net.sf.rej.obfuscation
Class LocalVarStripper

java.lang.Object
  extended by net.sf.rej.AbstractIteratorAgent
      extended by net.sf.rej.gui.IteratorAgentAdapter
          extended by net.sf.rej.obfuscation.LocalVarStripper
All Implemented Interfaces:
IteratorAgent

public abstract class LocalVarStripper
extends IteratorAgentAdapter

This class removes local variable information from classfiles.

Author:
Sami Koivu

Constructor Summary
LocalVarStripper(boolean batchMode)
           
 
Method Summary
 java.lang.String getName()
           
 void processAttribute(IterationContext ic, Attribute attr)
           
 
Methods inherited from class net.sf.rej.gui.IteratorAgentAdapter
finished, postProcessFile, processClass, processConstantPoolInfo, processException, processField, processFile, processInstruction, processInterface, processLocalVariable, processMethod
 
Methods inherited from class net.sf.rej.AbstractIteratorAgent
progressed, scopeChanged, setProgressMonitor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalVarStripper

public LocalVarStripper(boolean batchMode)
Method Detail

processAttribute

public void processAttribute(IterationContext ic,
                             Attribute attr)
Specified by:
processAttribute in interface IteratorAgent
Overrides:
processAttribute in class IteratorAgentAdapter

getName

public java.lang.String getName()