32333435363738
public ArrayCreationOpcode(int code, OpParameterType... opParameterTypes) { super(code, opParameterTypes); } @Override public DecodedArrayCreationOp decode(Context context, int index) { return new DecodedArrayCreationOp(this, context, index); }