|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.preverify.SubroutineInliner
public class SubroutineInliner
This class can inline subroutines in methods. This is generally useful (i.e. required) for preverifying code.
| Constructor Summary | |
|---|---|
SubroutineInliner(Configuration configuration)
Creates a new SubroutineInliner. |
|
| Method Summary | |
|---|---|
void |
execute(ClassPool programClassPool)
Performs subroutine inlining of the given program class pool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubroutineInliner(Configuration configuration)
| Method Detail |
|---|
public void execute(ClassPool programClassPool)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||