Searched defs:build (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchBuilder.java32 public CatchTable build(); method in interface:CatchBuilder
H A DStdCatchBuilder.java38 /** {@code non-null;} method to build the list for */
49 * a subsequent call to {@link #build}.
51 * @param method {@code non-null;} method to build the list for
75 public CatchTable build() { method in class:StdCatchBuilder
76 return build(method, order, addresses);
117 * @param method {@code non-null;} method to build the list for
122 public static CatchTable build(RopMethod method, int[] order, method in class:StdCatchBuilder

Completed in 72 milliseconds