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

static final PrintStream out

output

static final boolean output

debug

static final boolean debug
Method Detail

outputSummary

void outputSummary()

getDependancies

String[] getDependancies()

getName

String getName()