Lines Matching defs:code

17 package com.android.dx.cf.code;
33 /** {@code non-null;} array of stack contents */
37 * {@code >= 0;} stack pointer (points one past the end) / current stack
45 * @param maxStack {@code >= 0;} the maximum size of the stack for this
57 * @return {@code non-null;} the copy
72 * @param ex {@code non-null;} the exception to annotate
89 * @param type {@code non-null;} type to replace
111 * @return {@code >= 0;} the max stack size
120 * @return {@code >= 0, < getMaxStack();} the current stack size
142 * @param type {@code non-null;} type of the value
174 * Peeks at the {@code n}th element down from the top of the stack.
175 * {@code n == 0} means to peek at the top of the stack. Note that
176 * this will return {@code null} if the indicated element is the
179 * @param n {@code >= 0;} which element to peek at
180 * @return {@code null-ok;} the type of value stored at that element
181 * @throws SimException thrown if {@code n >= size()}
196 * Peeks at the {@code n}th element down from the top of the
199 * for {@code peek(n).getType()}.
210 * @return {@code non-null;} the type formerly on the top of the stack
230 * @param n {@code >= 0;} which element to change, where {@code 0} is
232 * @param type {@code non-null;} type of the new value
233 * @throws SimException thrown if {@code n >= size()} or
265 * @param other {@code non-null;} a stack to merge with
266 * @return {@code non-null;} the result of the merge
282 * {@code toString()} except that {@code null} is converted
283 * to {@code "<invalid>"}.
285 * @param type {@code null-ok;} the stack element
286 * @return {@code non-null;} the string form
299 * @param msg {@code non-null;} useful message