Package proguard.dexfile.ir.ts
Interface Cfg.FrameVisitor<T>
-
- All Known Implementing Classes:
BaseAnalyze,SimpleLiveAnalyze,UnSSATransformer.LiveA
- Enclosing class:
- Cfg
public static interface Cfg.FrameVisitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texec(T frame, Stmt stmt)TinitFirstFrame(Stmt first)Tmerge(T srcFrame, T distFrame, Stmt src, Stmt dist)
-