|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.baf.toolkits.base.ExamplePeephole
Example peephole that remove all checkcast operations. Resulting class will likely not verify.
Constructor Summary | |
ExamplePeephole()
|
Method Summary | |
boolean |
apply(Body b)
Entry point for a peephole. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExamplePeephole()
Method Detail |
public boolean apply(Body b)
Peephole
apply
in interface Peephole
soot.baf.toolkits.base.Peephole
b
- Body to apply peephole to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |