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

/dalvik/dexgen/src/com/android/dexgen/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
/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchBuilder.java31 public CatchTable build(); method in interface:CatchBuilder
H A DStdCatchBuilder.java37 /** {@code non-null;} method to build the list for */
48 * a subsequent call to {@link #build}.
50 * @param method {@code non-null;} method to build the list for
74 public CatchTable build() { method in class:StdCatchBuilder
75 return build(method, order, addresses);
116 * @param method {@code non-null;} method to build the list for
121 public static CatchTable build(RopMethod method, int[] order, method in class:StdCatchBuilder

Completed in 384 milliseconds