Sets the type stored at the given local index. If the given type is category-2, then (a) the index must be at least two less than #getMaxLocals and (b) the next index gets invalidated by the operation. In case of either category, if the previous local contains a category-2 value, then
(int idx, TypeBearer type)
| 83 | * @param type {@code non-null;} new type for the local at {@code idx} |
| 84 | */ |
| 85 | public abstract void set(int idx, TypeBearer type); |
| 86 | |
| 87 | /** |
| 88 | * Sets the type for the local indicated by the given register spec |
no outgoing calls
no test coverage detected