Package com.tonic.analysis.ssa.transform
Interface ClassTransform
-
- All Known Implementing Classes:
DeadMethodElimination,MethodInlining
public interface ClassTransformInterface for class-level transformation passes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of this transformation.booleanrun(ClassFile classFile, SSA ssa)Runs the transformation on the specified class.
-
-
-
Method Detail
-
getName
String getName()
Gets the name of this transformation.- Returns:
- the transformation name
-
-