soot.jbco
Interface IJbcoTransform

All Known Implementing Classes:
AddJSRs, AddSwitches, ArithmeticTransformer, BAFCounter, BafLineNumberer, BAFPrintout, BuildIntermediateAppClasses, ClassRenamer, CollectConstants, CollectJimpleLocals, ConstructorConfuser, FieldRenamer, FindDuplicateSequences, FixUndefinedLocals, GotoInstrumenter, IfNullToTryCatch, IndirectIfJumpsToCaughtGotos, Jimple2BafLocalBuilder, LibraryMethodWrappersBuilder, LocalsToBitField, MethodRenamer, MoveLoadsAboveIfs, RemoveRedundantPushStores, TryCatchCombiner, UpdateConstantsToFields, WrapSwitchesInTrys

public interface IJbcoTransform

Author:
Michael Batchelder Created on 19-Jun-2006

Field Summary
static boolean debug
           
static PrintStream out
           
static boolean output
           
 
Method Summary
 String[] getDependancies()
           
 String getName()
           
 void outputSummary()
           
 

Field Detail

out

public static final PrintStream out

output

public static final boolean output

debug

public static final boolean debug
Method Detail

outputSummary

public void outputSummary()

getDependancies

public String[] getDependancies()

getName

public String getName()