FileDocCategorySizeDatePackage
CatchBuilder.javaAPI DocAndroid 5.1 API1408Thu Mar 12 22:18:28 GMT 2015com.android.dexgen.dex.code

CatchBuilder

public interface CatchBuilder
Interface for the construction of {@link CatchTable} instances.

Fields Summary
Constructors Summary
Methods Summary
public CatchTablebuild()
Builds and returns the catch table for this instance.

return
{@code non-null;} the constructed table

public java.util.HashSetgetCatchTypes()
Gets the set of catch types associated with this instance.

return
{@code non-null;} the set of catch types

public booleanhasAnyCatches()
Gets whether this instance has any catches at all (either typed or catch-all).

return
whether this instance has any catches at all