|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.code.StdCatchBuilder
public final class StdCatchBuilder
Constructor of CatchTable instances from RopMethod
and associated data.
| Constructor Summary | |
|---|---|
StdCatchBuilder(RopMethod method,
int[] order,
BlockAddresses addresses)
Constructs an instance. |
|
| Method Summary | |
|---|---|
CatchTable |
build()
Builds and returns the catch table for this instance. |
static CatchTable |
build(RopMethod method,
int[] order,
BlockAddresses addresses)
Builds and returns the catch table for a given method. |
HashSet<Type> |
getCatchTypes()
Gets the set of catch types associated with this instance. |
boolean |
hasAnyCatches()
Gets whether this instance has any catches at all (either typed or catch-all). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StdCatchBuilder(RopMethod method,
int[] order,
BlockAddresses addresses)
build().
method - non-null; method to build the list fororder - non-null; block output orderaddresses - non-null; address objects for each block| Method Detail |
|---|
public CatchTable build()
build in interface CatchBuildernon-null; the constructed tablepublic boolean hasAnyCatches()
hasAnyCatches in interface CatchBuilderpublic HashSet<Type> getCatchTypes()
getCatchTypes in interface CatchBuildernon-null; the set of catch types
public static CatchTable build(RopMethod method,
int[] order,
BlockAddresses addresses)
method - non-null; method to build the list fororder - non-null; block output orderaddresses - non-null; address objects for each block
non-null; the constructed table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||